summaryrefslogtreecommitdiff
path: root/yarns/yarn.css
blob: 27f7e26561e40aa38a32803a735602c2afaa42cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<style>
body {
    margin-left: 3em;
    max-width: 70em;

    font-family: serif;
    line-height: 150%;
}

h1 { font-size: 300%; }
h2 { font-size: 200%; }
h3 { font-size: 100%; }

h1, h2, h3 {
    font-family: sans-serif;
    margin-top: 2em;
}
</style>