Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a072295

Browse files
committed
li's should have a bit more space between them, but only in posts
1 parent f7aaed9 commit a072295

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_sass/_posts.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
.page,
77
.post {
88
margin-bottom: 4em;
9+
10+
li + li {
11+
margin-top: .25rem;
12+
}
913
}
1014

1115
// Blog post or page title

0 commit comments

Comments
 (0)