This commit is contained in:
Pat Dryburgh
2018-07-31 09:16:19 -07:00
parent f72eb69159
commit 649764eda4
9 changed files with 116 additions and 23 deletions

View File

@@ -2,6 +2,7 @@ article > * {
margin-left: auto;
margin-right: auto;
max-width: 36rem;
padding: 0 $spacing-unit;
}
article > h1 {
@@ -11,10 +12,6 @@ article > h1 {
text-align: center;
}
h1.post-title:after {
@include divider;
}
article p {
text-align: justify;
text-indent: 1.5em;
@@ -26,6 +23,14 @@ article h2 + p {
text-indent: 0;
}
article p > img {
margin-left: -1em;
display: flex;
max-width: 100%;
height: auto;
margin: 2em auto;
}
.article-meta {
margin-bottom: 2em;
margin-top: 2em;
@@ -34,6 +39,8 @@ article h2 + p {
.back-link {
display: inline-block;
font-size: .75em;
padding: $spacing-unit;
text-decoration: none;
text-transform: uppercase;
}