feat(layout): updates layout styling

This commit is contained in:
2024-11-05 00:22:48 -03:00
parent 2eb6de9df0
commit 2b43da4504
2 changed files with 44 additions and 27 deletions

14
app/static/css/styles.css Normal file
View File

@@ -0,0 +1,14 @@
body {
display: block;
height: 100vh;
}
.app {
display: flex;
flex-direction: column;
height: 100%;
}
.content {
flex-grow: 1;
}