mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-14 14:23:27 +01:00
10 lines
101 B
CSS
10 lines
101 B
CSS
body {
|
|
display: flex;
|
|
min-height: 100vh;
|
|
flex-direction: column;
|
|
}
|
|
|
|
main {
|
|
flex: 1 0 auto;
|
|
}
|