This commit is contained in:
2023-10-30 09:30:29 +03:00
parent c6edd2c533
commit a435e85d4c
3 changed files with 55 additions and 41 deletions

View File

@@ -2129,4 +2129,14 @@
font-size: 16px;
margin: 0;
max-width: 330px;
}
/*p_main news*/
.news_description{
/*background: linear-gradient(45deg, #040404 33%, #c5c5c5 66%, #ffffff);*/
/*-webkit-background-clip: text;*/
/*-webkit-text-fill-color: transparent;*/
font-size: 16px;
font-weight: 400;
}

View File

@@ -337,7 +337,6 @@ footer>div {
.second-footer>div {
max-width: 1440px;
margin: auto;
height: 60px;
width: 100%;
padding-top: 20px;
}
@@ -2530,15 +2529,16 @@ details[open] summary ~ *{
}
.news_item {
width: 32%;
width: 413px;
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));
border-radius: 20px;
height: 460px;
}
.news_item>a>div{
margin: 10px;
margin: 20px;
overflow-wrap: break-word;
}
.news_item>div{
@@ -2547,13 +2547,17 @@ details[open] summary ~ *{
}
.news_item>a{
color: black;
height: 460px;
display: block;
overflow: hidden;
}
.news_img>img{
object-fit: cover;
width: 100%;
height: 240px;
width: 370px;
border-radius: 10px;
}