style, fix: pad app to prevent footer overlap
ci/woodpecker/push/woodpecker Pipeline failed Details

feat/axum
Tomáš Mládek 2023-09-02 17:34:53 +02:00
parent b1eba7369f
commit 520dec104d
1 changed files with 6 additions and 0 deletions

View File

@ -46,3 +46,9 @@
</Router>
<DropPasteHandler />
<style lang="scss">
main {
padding-bottom: 2rem; // footer height
}
</style>