diff --git a/_sass/main.scss b/_sass/main.scss index ad5d216..d864c8a 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -85,6 +85,9 @@ a:hover { .post:not(:first-child) { margin-top: 3.6rem; } +.post:last-child { + margin-bottom: 3.6rem; +} .post-content a { font-weight: 600; @@ -118,7 +121,7 @@ blockquote { } .post .post-content { - padding-bottom: 3.6rem; + padding-bottom: 0.1rem; } .single-post {