summaryrefslogtreecommitdiffstats
path: root/static/css/headline_buttons.css
blob: 100b879df4f84331a365acce703d0ac618de6805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    line-height: 1.5em;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .75em;
}