aboutsummaryrefslogtreecommitdiffstats
path: root/web/template/assets/css/styles.css
blob: 629c8d22ff51cee1fe6d38e73391345b83360f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
html {
  -webkit-text-size-adjust: 100%;
  padding-bottom: 4em;
}
body {
  font-family: sans-serif;
  line-height: 1.5em;
  max-width: 40em;
  padding: 0 2%;
  margin: auto;
}