aboutsummaryrefslogtreecommitdiff
path: root/scss/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/style.scss')
-rwxr-xr-xscss/style.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index ee2630a..47ddc1f 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -260,6 +260,11 @@ nav {
border-bottom: 1px solid $lighterGray;
}
+.posts > .post:last-child {
+ padding-bottom: 1em;
+ border-bottom: none;
+}
+
.post {
blockquote {
border-left: 2px solid $gray;