personal-tracker/client/index.scss

27 lines
238 B
SCSS
Raw Normal View History

2024-05-05 20:20:49 +00:00
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;
}