фикс штрафов
This commit is contained in:
parent
5d7cd71c34
commit
40f3c364c5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1763,6 +1763,22 @@ main {
|
||||
width: 240px;
|
||||
margin-right: 50px;
|
||||
border: 0 !important;
|
||||
|
||||
& + .dropdown_blocks_list {
|
||||
width: calc(100% - 290px);
|
||||
|
||||
@media all and (max-width: 768px) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dropdown_block {
|
||||
width: 100%;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dosc_list {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user