summaryrefslogtreecommitdiff
path: root/assets/css/index.page.css
blob: bf7091b3fbca64ffd16da4d163a6e437cd2c89c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
main > div {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main > div > div:first-child {
    flex-grow: 1;
}

.webring {
    display: flex;
    gap: var(--padding);
    justify-content: center;
}