Fixed article style

This commit is contained in:
kvakazyambra 2023-11-20 20:50:23 +03:00
parent ef784e288a
commit 786e37afd4
2 changed files with 6 additions and 5 deletions

View File

@ -16,11 +16,7 @@ img {
}
.shoutHeader {
margin-bottom: 2em;
@include media-breakpoint-up(md) {
margin: 0 0 2em;
}
margin-bottom: 1.5em;
}
.articleContent {
@ -114,6 +110,10 @@ img {
}
}
ta-sub {
font-size: inherit;
}
*[data-bg='black'] {
background: #000;
color: #fff;

View File

@ -600,6 +600,7 @@ figure {
@include font-size(1.2rem);
line-height: 1.5;
margin-top: 0.5em;
}
}