update posts

This commit is contained in:
Pat Dryburgh
2018-07-30 18:25:40 -07:00
parent d069a44f71
commit 0a49e0f018
6 changed files with 18 additions and 14 deletions

View File

@ -14,8 +14,18 @@ article p {
text-align: justify;
text-indent: 1.5em;
text-justify: inter-word;
&:first-of-type {
text-indent: 0;
}
article p:first-of-type {
text-indent: 0;
}
blockquote {
border-left: 4px solid $brand-color;
margin: 1em auto;
font-style: italic;
> * {
padding: 0 1.5em;
}
}