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/docs/assets/css/blog.css
2017-07-10 22:28:39 +01:00

17 lines
396 B
CSS

.page--blog__list ul.posts {
list-style: none;
margin-bottom: 2em;
padding-left: 0; }
.page--blog__list .post {
border-bottom: 1px solid #CCC;
margin-bottom: 1em;
padding-bottom: 2em; }
.page--blog__list .post:before, .page--blog__list .post:after {
content: " ";
display: table; }
.page--blog__list .post:after {
clear: both; }
/*# sourceMappingURL=blog.css.map */