Prevent heading line height and font weight from being overridden
This commit is contained in:
@@ -32,5 +32,5 @@ $block-hover-highlight-color = $primary-active-color
|
|||||||
position: relative
|
position: relative
|
||||||
line-height: 1.61803398875
|
line-height: 1.61803398875
|
||||||
|
|
||||||
p
|
p, h1, h2, h3, h4, h5, h6
|
||||||
line-height: 1.61803398875
|
line-height: 1.61803398875
|
||||||
|
@@ -12,9 +12,11 @@
|
|||||||
h1, h2, h3, h4, h5, h6
|
h1, h2, h3, h4, h5, h6
|
||||||
padding: 0
|
padding: 0
|
||||||
margin: 0
|
margin: 0
|
||||||
|
font-weight: normal
|
||||||
|
|
||||||
p
|
p
|
||||||
margin-top: 0
|
margin-top: 0
|
||||||
|
font-weight: normal
|
||||||
|
|
||||||
blockquote
|
blockquote
|
||||||
margin: 1em
|
margin: 1em
|
||||||
|
Reference in New Issue
Block a user