This commit is contained in:
Kakabay 2023-02-09 16:48:37 +05:00
parent a4dd5d44af
commit df3cb622a2
1 changed files with 7 additions and 1 deletions

View File

@ -52,6 +52,12 @@
overflow: hidden;
}
@media (max-width: 1024px) {
.news-title {
font-size: 2rem;
}
}
@media (max-width: 768px) {
.news-wrapper {
flex-direction: column;
@ -59,7 +65,7 @@
.news-image {
width: 100%;
height: 16rem;
height: 18rem;
overflow: hidden;
object-fit: cover;
object-position: center;