fix слайдеров в договорах
This commit is contained in:
parent
e45142ee05
commit
ec09a74ed6
4839
css/main/style.css
4839
css/main/style.css
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2008,9 +2008,25 @@ main {
|
||||
}
|
||||
|
||||
aside {
|
||||
@media all and (max-width: 1279px) {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
display: block;
|
||||
width: auto;
|
||||
position: absolute;
|
||||
left: -50vw;
|
||||
right: 0;
|
||||
background: #fff;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
|
||||
@media all and (max-width: 1280px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.nav_toggle {
|
||||
@ -4407,7 +4423,7 @@ main .dropdown_blocks_list .dropdown_block .block_body {
|
||||
}
|
||||
|
||||
.changes {
|
||||
overflow: hidden;
|
||||
|
||||
.block {
|
||||
margin-bottom: 55px;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user