personal-tracker/client/index.scss
2024-05-05 16:20:49 -04:00

27 lines
238 B
SCSS

html, body {
margin: 0;
height: 100%;
}
#container {
height: 100%;
display: flex;
flex-direction: column;
}
header {
text-align: center;
}
header > h1 {
margin: 0;
}
main {
flex: 1;
}
footer {
text-align: center;
}