Re-structured styles

This commit is contained in:
Oliver Davies 2016-02-04 07:23:12 +00:00
parent d29eadddfb
commit f6b0b786af
15 changed files with 15 additions and 24 deletions

14
styles/_blog-list.scss Normal file
View 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;
}
}