фикс штрафов

This commit is contained in:
Denis 2022-07-14 22:57:58 +03:00
parent 5d7cd71c34
commit 40f3c364c5
3 changed files with 18 additions and 2 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

@ -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 {