update text styles

This commit is contained in:
Pat Dryburgh
2018-07-31 07:57:25 -07:00
parent 0a49e0f018
commit b1370dbf36
9 changed files with 110 additions and 21 deletions

View File

@ -1,5 +1,6 @@
article > * {
margin: auto;
margin-left: auto;
margin-right: auto;
max-width: 36rem;
}
@ -10,25 +11,21 @@ article > h1 {
text-align: center;
}
h1.post-title:after {
@include divider;
}
article p {
text-align: justify;
text-indent: 1.5em;
text-justify: inter-word;
}
article p:first-of-type {
article p:first-of-type,
article h2 + p {
text-indent: 0;
}
blockquote {
border-left: 4px solid $brand-color;
margin: 1em auto;
font-style: italic;
> * {
padding: 0 1.5em;
}
}
.article-meta {
margin-bottom: 2em;
margin-top: 2em;