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