summaryrefslogtreecommitdiffstats
path: root/static/base/css/page.css
blob: 25991f01e673bb2f6294c0975407cc07ea90e5b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* Harmonic Flow web site */
/* Public domain 2017. All rights waived */

h1,
h2,
h3,
h4,
h5 {
    color: #4D4D4D;
    line-height: 1.2em;
}

h2 {
    font-size: 2.5em;
    text-align: center;
    line-height: 1.2em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.2em;
}

.page {
    background-color: white;
    padding: 50px 20px;
}