summaryrefslogtreecommitdiff
path: root/assets/css/404.page.css
blob: baece6741d473ea496c23ae64bb8ccca1f06539b (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;
}

.wavy {
    margin-bottom: var(--padding-big);
}