news
This commit is contained in:
parent
a4dd5d44af
commit
df3cb622a2
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue