lbry.com/web/scss/_blog.scss
Jeremy Kauffman 361e974d2a weekend work
2016-04-25 07:57:39 -04:00

27 lines
No EOL
422 B
SCSS

@import "global";
.prev-next {
margin-top: $spacing-vertical * 2;
margin-bottom: $spacing-vertical * 2;
.prev-next-label {
font-weight: bold;
}
.next {
text-align: right;
}
}
.post-content
{
margin-left: auto;
margin-right: auto;
a[href]
{
@include anchor($color-primary);
}
}
.post-author-spotlight
{
h3 { text-transform: uppercase; margin-top: $spacing-vertical / 4 !important; }
}