Skip to content

Commit fa6076a

Browse files
eilnmarcan
authored andcommitted
css: adjust h1/2 vertical margins in blog posts
- Increase space before h1 - Decrease space after h2 Signed-off-by: Eileen Yoon <eyn@gmx.com>
1 parent 1e212e3 commit fa6076a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

static/css/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,14 @@ body.landing #documentation {
908908
margin-top: 30px;
909909
}
910910

911+
.post h1 {
912+
margin-top: 45px;
913+
}
914+
915+
.post h2 {
916+
margin-bottom: 15px;
917+
}
918+
911919
.post p, .code-box, .post ul, blockquote {
912920
margin-bottom: 15px;
913921
margin-top: 15px;

0 commit comments

Comments
 (0)