change h1 & h2 margins for posts

feature/cover-image
Axel Bock 7 years ago
parent 9b92727160
commit 80a86dc4f1

@ -332,13 +332,15 @@ em, i {
} }
.post h1 { .post h1 {
margin-top: 40px;
margin-bottom: 20px; margin-bottom: 20px;
color: #222; color: #222;
font: 300 32px/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif; font: 300 32px/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
} }
.post h2 { .post h2 {
margin-bottom: 40px; margin-top: 20px;
margin-bottom: 10px;
font: 300 24px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; font: 300 24px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #111; color: #111;
} }

Loading…
Cancel
Save