summaryrefslogtreecommitdiff
path: root/assets/styles.css
blob: d014936b4bddc9aaeffa128d40785aa92bcd0130 (plain) (blame)
1
2
3
4
5
6
7
8
9
body {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    max-width: 80vw;
    margin: 2rem auto;
}

hr {
    margin: 1rem auto;
}