Build site

This commit is contained in:
Oliver Davies 2017-07-10 22:28:39 +01:00
parent 6f8d067847
commit 0c7de8559a
743 changed files with 92961 additions and 0 deletions

16
docs/assets/css/blog.css Normal file
View file

@ -0,0 +1,16 @@
.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 */