We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca09700 commit db316f5Copy full SHA for db316f5
assets/scss/supporting/archive.scss
@@ -3,14 +3,14 @@
3
4
body.archive,
5
body.blog {
6
- .post {
+ .entry {
7
border-bottom: 1px solid $hr-border-color;
8
- padding-bottom: $spacer;
9
- margin-bottom: $spacer;
+ padding-bottom: $spacer*2;
+ margin-bottom: $spacer*2;
10
}
11
12
13
.entry-image-link {
14
display: inline-block;
15
margin-bottom: $spacer;
16
-}
+}
0 commit comments