Skip to content

Commit db316f5

Browse files
Changes to blog posts
1 parent ca09700 commit db316f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/scss/supporting/archive.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
body.archive,
55
body.blog {
6-
.post {
6+
.entry {
77
border-bottom: 1px solid $hr-border-color;
8-
padding-bottom: $spacer;
9-
margin-bottom: $spacer;
8+
padding-bottom: $spacer*2;
9+
margin-bottom: $spacer*2;
1010
}
1111
}
1212

1313
.entry-image-link {
1414
display: inline-block;
1515
margin-bottom: $spacer;
16-
}
16+
}

0 commit comments

Comments
 (0)