summaryrefslogtreecommitdiff
path: root/assets/css/src/title.css
blob: 980d78eef5abb071b25370cd7524fbfeec0db7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* titles */
h1, h2, h3 {
    font-weight: normal;
    color: #333;
}

h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

h3 {
    margin-top: 10px;
    font-size: 1.2em;
}