Skip to content

Commit 722e884

Browse files
committed
Tweak margins of non-header elements
1 parent dc686bc commit 722e884

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cbmc_style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ h3 {
2424
font-size: 1.1em;
2525
margin: 0.3em 0;
2626
}
27+
28+
p, div, ul, ol {
29+
margin: 0.15em 0em 0.15em 0.5em;
30+
}

0 commit comments

Comments
 (0)