lbry.com/web/scss/_blog.scss

28 lines
No EOL
461 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
{
max-width: $max-content-width - 200;
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; }
}