aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
blob: ba53a5ef9413cca2027151b245c11a76560db842 (plain)
1
2
3
4
5
6
7
8
9
10
body {
    min-height: 100vh;
}

main {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}