Global styles

This commit is contained in:
John O'Nolan 2019-11-05 15:19:16 +07:00
parent ca28e89a61
commit 4a6047adbb
5 changed files with 104 additions and 319 deletions

View file

@ -85,3 +85,9 @@ production stylesheet in assets/built/screen.css using: gulp dev
.site-foot a {
color: #fff;
}
/* Natural flow and rhythm in articles by default */
.post-body > * + * {
margin-top: 1em;
}