Skip to content

Commit b003aba

Browse files
committed
Add margin to h2, h3, h4 in #content
1 parent aaf4b33 commit b003aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,17 +278,17 @@ ul {
278278

279279
#content h2 {
280280
font-size: 140%;
281-
margin: 0.4em 0;
281+
margin: 1.5em 0 0.5em 0;
282282
}
283283

284284
#content h3 {
285285
font-size: 120%;
286-
margin: 0.3em 0;
286+
margin: 0.4em 0;
287287
}
288288

289289
#content h4 {
290290
font-size: 100%;
291-
margin: 0.2em 0;
291+
margin: 0.3em 0;
292292
}
293293

294294
#content h1 a, #content h1 a:hover, #content h1 a:visited {

0 commit comments

Comments
 (0)