0.0.305
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user