This commit is contained in:
2023-11-17 19:58:09 +03:00
parent a97d9ec2bc
commit 6515979251
4 changed files with 105 additions and 50 deletions

View File

@@ -2633,7 +2633,7 @@ details[open] summary ~ *{
}
.news_item {
width: 413px;
width: 48%;
margin-bottom: 2%;
background-color: white;
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));
@@ -2659,9 +2659,10 @@ details[open] summary ~ *{
.news_img>img{
object-fit: cover;
height: 240px;
width: 370px;
width: 100%;
border-radius: 10px;
aspect-ratio: 4 / 3;
max-height: 300px;
}