img & text styling

This commit is contained in:
VividTruthKeeper 2023-02-20 13:07:54 +05:00
parent 7f84792673
commit 6b38f5cf3b
2 changed files with 8 additions and 0 deletions

View File

@ -83,6 +83,7 @@
width: 100%;
height: 100%;
border-radius: 0.5rem;
object-fit: cover;
}
}

View File

@ -67,6 +67,10 @@
color: $body;
font-size: 1.8rem;
font-weight: 400;
display: flex;
flex-direction: column;
gap: 1.6rem;
line-height: 2.5rem;
}
.share-btn {
@ -93,6 +97,9 @@
}
@media (max-width: 750px) {
.news-article-text {
gap: 0.8rem;
}
.news-article-inner {
display: block;
}