govarch-website/_sass/_article.scss
2018-07-31 07:57:25 -07:00

39 lines
543 B
SCSS

article > * {
margin-left: auto;
margin-right: auto;
max-width: 36rem;
}
article > h1 {
font-size: 2em;
max-width: 48rem;
padding: 2em 0;
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 h2 + p {
text-indent: 0;
}
.article-meta {
margin-bottom: 2em;
margin-top: 2em;
text-align: right;
}
.back-link {
display: inline-block;
padding: $spacing-unit;
text-decoration: none;
}