mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
28 lines
No EOL
461 B
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; }
|
|
} |