Tidy sass partials
This commit is contained in:
parent
a3470acdca
commit
aa20e7689e
10 changed files with 17 additions and 39 deletions
11
assets/sass/components/_blog-list.sass
Normal file
11
assets/sass/components/_blog-list.sass
Normal file
|
@ -0,0 +1,11 @@
|
|||
.page--blog__list
|
||||
ul.posts
|
||||
list-style: none
|
||||
margin-bottom: 2em
|
||||
padding-left: 0
|
||||
|
||||
.post
|
||||
+clearfix
|
||||
border-bottom: 1px solid #CCC
|
||||
margin-bottom: 1em
|
||||
padding-bottom: 2em
|
Loading…
Add table
Add a link
Reference in a new issue