feat(layout): updates layout styling
This commit is contained in:
14
app/static/css/styles.css
Normal file
14
app/static/css/styles.css
Normal file
@@ -0,0 +1,14 @@
|
||||
body {
|
||||
display: block;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.content {
|
||||
flex-grow: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user