Fix heading's line height, and h1 margins

- Add line height of 1 to all headings h{1..6}
- Add margin bottom to h1
web-bloat
Nathan Steel 4 years ago
parent 76e83c5a07
commit a9e0097acc

@ -7,12 +7,13 @@ body{
padding:0 .62rem; padding:0 .62rem;
font:1.2rem/1.62 sans-serif; font:1.2rem/1.62 sans-serif;
} }
h1,h2,h3 { h1,h2,h3,h4,h5,h6 {
line-height: 1.2; line-height: 1;
} }
header h1{ header h1{
margin: 0.4rem 0; margin: 0.4rem 0;
margin-top: 1.4rem; margin-top: 1.4rem;
margin-bottom: 1.2rem;
} }
a{ a{

Loading…
Cancel
Save