Build site
This commit is contained in:
parent
6f8d067847
commit
0c7de8559a
743 changed files with 92961 additions and 0 deletions
16
docs/assets/css/blog.css
Normal file
16
docs/assets/css/blog.css
Normal 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 */
|
Loading…
Add table
Add a link
Reference in a new issue