визуальные правки
This commit is contained in:
parent
04933038b9
commit
753677aa68
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user