summaryrefslogtreecommitdiff
path: root/assets/css/404.css
blob: b75ef007cb2854ca401d6ebc727070945470e1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
main {
    display: flex;
    align-items: center;
    justify-content: center;
}

main > div {
    text-align: center;
}

main > div > div {
    color: var(--fg-low);
}