визуальные правки

This commit is contained in:
Denis 2022-08-26 11:14:01 +03:00
parent 04933038b9
commit 753677aa68
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2858,6 +2858,9 @@ main {
}
div {
display: flex;
flex-wrap: wrap;
&:nth-child(2) {
min-width: 30%;
}
@ -2865,6 +2868,7 @@ main {
p {
font-weight: 700;
margin-bottom: 16px;
width: 100%;
span {
color: #A8026B
@ -2984,6 +2988,7 @@ main {
&[data-additional-service="1"] {
background: url("/assets/images/icons/additional-service-1.svg") no-repeat bottom center;
transform: translateY(-4px);
}
&[data-additional-service="2"] {
@ -4357,7 +4362,6 @@ main .dropdown_blocks_list .dropdown_block .block_body {
.feed .feed_list {
margin-right: -30px;
overflow: hidden;
@media all and (max-width: 1279px) {
overflow: visible;