Remove top margin of first headers
This commit is contained in:
parent
8764450423
commit
ab4bee80fb
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ body
|
||||||
margin: 0
|
margin: 0
|
||||||
h1, h2, h3, h4, h5, h6
|
h1, h2, h3, h4, h5, h6
|
||||||
font-family: 'Roboto Slab', sans-serif
|
font-family: 'Roboto Slab', sans-serif
|
||||||
|
&:first-child
|
||||||
|
margin-top: 0
|
||||||
.content
|
.content
|
||||||
width: 80ch
|
width: 80ch
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue