Styling for h4, h5, h6. Why do you need these?

This commit is contained in:
Magnus Hoff 2017-11-01 12:56:24 +01:00
parent 833c96b58d
commit 2626223f10

View file

@ -31,7 +31,7 @@ article h1 {
margin-bottom: 0; margin-bottom: 0;
} }
h2, h3 { h2, h3, h4, h5, h6 {
font-family: inherit; font-family: inherit;
font-size: 18px; font-size: 18px;
line-height: 32px; line-height: 32px;
@ -49,11 +49,16 @@ h3 {
font-style: italic; font-style: italic;
} }
h4, h5, h6 {
font-weight: normal;
font-style: normal;
}
article ul, article ol { article ul, article ol {
padding-left: 32px; padding-left: 32px;
} }
h1+*, h2+*, h3+* { h1+*, h2+*, h3+*, h4+*, h5+*, h6+* {
margin-top: 0; margin-top: 0;
} }