This commit is contained in:
2023-10-05 19:02:06 +03:00
parent a520c3872a
commit f850ef5c31

View File

@@ -2429,6 +2429,7 @@ details[open] summary ~ *{
}
.news_item>div{
margin: 10px;
overflow-wrap: break-word;
}
.news_item>a{
color: black;
@@ -2531,11 +2532,13 @@ details[open] summary ~ *{
.news_item_pagination:nth-child(odd) .pag_news_item_text{
float: left;
margin: 10px;
overflow-wrap: break-word;
}
.news_item_pagination:nth-child(even) .pag_news_img,
.news_item_pagination:nth-child(even) .pag_news_item_text{
float: right;
margin: 10px
margin: 10px;
overflow-wrap: break-word;
}
.news_header{
font-size: 17px;