news article style minor changes

This commit is contained in:
Kakabay 2023-03-28 18:20:20 +05:00
parent b27464719b
commit 2d12cd6f4d
1 changed files with 7 additions and 5 deletions

View File

@ -60,17 +60,17 @@
svg {
height: 2.4rem;
fill: $gray-dark;
fill: $black;
}
span {
font-size: 1.6rem;
color: $gray-dark;
color: $black;
}
}
.news-article-date {
color: $gray-dark;
color: $black;
font-size: 1.6rem;
font-weight: 400;
@include roboto;
@ -126,9 +126,11 @@
}
.awtor {
font-size: 1.6rem;
color: $gray-dark;
font-size: 1.8rem;
color: $black;
font-style: italic;
text-align: right;
font-weight: 700;
}
@media (max-width: 1024px) {