aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/static/styles.css
blob: 497cf2c530d346378f1334b0b3c5c7ec7ba56129 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
main {
    display: flex;
    margin: 1em;
    flex-direction: column;
}

section.server-status {
    padding: 0 1em 0.75em;
    border: 0.25em solid black;
}