aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
blob: 75f2b9e130d37d774d29c3333fde22164c358ce9 (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;
}