Skip to content

Commit dc686bc

Browse files
committed
Reduce heading sizes
1 parent af6efcb commit dc686bc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/cbmc_style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,18 @@ code {
99
padding-left: 4px;
1010
padding-right: 4px;
1111
}
12+
13+
h1 {
14+
font-size: 1.3em;
15+
margin: 0.9em 0;
16+
}
17+
18+
h2 {
19+
font-size: 1.2em;
20+
margin: 0.6em 0;
21+
}
22+
23+
h3 {
24+
font-size: 1.1em;
25+
margin: 0.3em 0;
26+
}

0 commit comments

Comments
 (0)