This commit is contained in:
2023-11-19 22:41:41 +03:00
parent 4751dd9079
commit c9adf1a785

View File

@@ -329,7 +329,7 @@
footer{ footer{
height: unset; height: unset;
margin-top: unset; margin-top: 60px;
} }
footer>div{ footer>div{
padding: 10px; padding: 10px;
@@ -468,6 +468,7 @@
flex-wrap: wrap; flex-wrap: wrap;
text-align: center; text-align: center;
gap: unset; gap: unset;
margin: unset;
} }
figure { figure {
width: 32%; width: 32%;
@@ -498,6 +499,7 @@
.bottom_block_static{ .bottom_block_static{
padding: 50px 0 0; padding: 50px 0 0;
width: unset; width: unset;
margin: unset
} }
.bottom_block_static>form>.inputs_l{ .bottom_block_static>form>.inputs_l{
width: unset; width: unset;
@@ -819,11 +821,15 @@
padding-top: 1px; padding-top: 1px;
margin-bottom: 40px; margin-bottom: 40px;
} }
.news_item_pagination:nth-child(odd) .pag_news_img, .news_item_pagination:nth-child(odd) .pag_news_item_text, /*.news_item_pagination:nth-child(odd) .pag_news_img, .news_item_pagination:nth-child(odd) .pag_news_item_text,*/
.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_img, .news_item_pagination:nth-child(even) .pag_news_item_text{*/
float: none; /* float: none;*/
width: unset; /* width: unset;*/
/*}*/
.pag_news_item_text{
width: 70%;
} }
/* END news_page*/ /* END news_page*/
/*profile_prof*/ /*profile_prof*/
.info_profile>h1{ .info_profile>h1{