This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/styles/_blog-list.scss

15 lines
264 B
SCSS
Raw Normal View History

2015-07-22 06:21:43 +00:00
.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;
}
}