This commit is contained in:
SBD
2023-11-18 12:28:31 +03:00
parent 6515979251
commit a7491c545c

View File

@@ -2411,20 +2411,20 @@
.menu_profile>div{ .menu_profile>div{
width: 274px; width: 274px;
} }
.menu_profile>div:first-of-type{ /*.menu_profile>div:first-of-type{*/
color: #000; /* color: #000;*/
font-size: 14px; /* font-size: 14px;*/
width: 274px; /* width: 274px;*/
border-radius: 0; /* border-radius: 0;*/
background: none; /* background: none;*/
box-shadow: none; /* box-shadow: none;*/
margin-bottom: 20px; /* margin-bottom: 20px;*/
padding: 0; /* padding: 0;*/
text-align: unset; /* text-align: unset;*/
position: unset; /* position: unset;*/
height: unset; /* height: unset;*/
direction: initial; /* direction: initial;*/
} /*}*/
.menu_profile>div>a{ .menu_profile>div>a{
font-size: 12px; font-size: 12px;
line-height: 13px; line-height: 13px;
@@ -2466,7 +2466,7 @@
} }
.cont_img_one_news{ .cont_img_one_news{
height: 250px; height: 205px;
overflow: hidden; overflow: hidden;
} }
@@ -2491,3 +2491,10 @@
overflow-wrap: break-word; overflow-wrap: break-word;
} }
.container_name_one_news{
width: 100%;
overflow-wrap: break-word;
font-weight: 600;
padding-bottom: 20px;
}