Remove top margin of first headers

main
Elnu 1 year ago
parent 8764450423
commit ab4bee80fb

@ -21,6 +21,8 @@ body
margin: 0
h1, h2, h3, h4, h5, h6
font-family: 'Roboto Slab', sans-serif
&:first-child
margin-top: 0
.content
width: 80ch
max-width: 100%;

Loading…
Cancel
Save