mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Tweak <h6> font size
This commit is contained in:
parent
8e469d340e
commit
6b0390d7c7
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@ h1 { font-size: 1.5em; }
|
|||
h2 { font-size: 1.375em; }
|
||||
h3 { font-size: 1.25em; }
|
||||
h4 { font-size: 1.125em; }
|
||||
h5 { font-size: 1em; }
|
||||
h6 { font-size: .9375em; }
|
||||
h5, h6 { font-size: 1em; }
|
||||
|
||||
p { margin: 0 0 1em; }
|
||||
p:last-child { margin-bottom: 0; }
|
||||
|
|
Loading…
Reference in a new issue