0.0.264 upd previous_next_news widget

This commit is contained in:
2023-11-29 16:55:17 +03:00
parent f32e127148
commit 2c711ed370
3 changed files with 50 additions and 14 deletions

View File

@@ -2722,7 +2722,11 @@ details[open] summary ~ *{
width: 100%;
}
.news_item {
.news_item_static{
margin: 0 20px;
}
.news_item, .news_item_static {
width: 32%;
margin-bottom: 2%;
background-color: white;
@@ -2731,6 +2735,7 @@ details[open] summary ~ *{
height: 460px;
}
.news_item>a>div{
margin: 20px;
overflow-wrap: break-word;
@@ -2746,6 +2751,21 @@ details[open] summary ~ *{
overflow: hidden;
}
.news_item_static>a>div{
margin: 20px;
overflow-wrap: break-word;
}
.news_item_static>div{
margin: 10px;
overflow-wrap: break-word;
}
.news_item_static>a{
color: black;
height: 460px;
display: block;
overflow: hidden;
}
.news_img>img{
object-fit: cover;
@@ -2906,6 +2926,10 @@ details[open] summary ~ *{
margin: 0 20px;
}
.self_news_text{
margin-bottom: 40px;
}