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

#_dash-app-content {
    max-width: 80vw;
    margin: 2rem auto;
}