Visually separate blog posts
This commit is contained in:
parent
f68c6141d4
commit
52730d3477
3 changed files with 19 additions and 3 deletions
File diff suppressed because one or more lines are too long
14
source/assets/sass/components/pages/_blog-listing.scss
Normal file
14
source/assets/sass/components/pages/_blog-listing.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
.page--blog__list {
|
||||
ul.posts {
|
||||
list-style: none;
|
||||
margin-bottom: 2em;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.post {
|
||||
@include clearfix;
|
||||
border-bottom: 1px solid #CCC;
|
||||
margin-bottom: 1em;
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue