#1208

parent 6ef9a253
...@@ -47,7 +47,9 @@ a.toggle_bottom { ...@@ -47,7 +47,9 @@ a.toggle_bottom {
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
.short_keys_block {
height: 313px;
}
.section1 { .section1 {
min-height: 260px; min-height: 260px;
} }
...@@ -268,6 +270,9 @@ filter: progid:DXImageTransform. ...@@ -268,6 +270,9 @@ filter: progid:DXImageTransform.
@media only screen and (max-width: 480px) { @media only screen and (max-width: 480px) {
.short_keys_block {
height: 240px;
}
.inteface_1 { .inteface_1 {
height: 480px; height: 480px;
} }
......
...@@ -12458,7 +12458,6 @@ p.sborka_shkafov_bigp { ...@@ -12458,7 +12458,6 @@ p.sborka_shkafov_bigp {
@media only screen and (min-width: 320px) and (max-width: 970px) { @media only screen and (min-width: 320px) and (max-width: 970px) {
.short_keys_block { .short_keys_block {
width: 100%; width: 100%;
height: 265px;
} }
} }
.short_keys_block .short_keys_foot { .short_keys_block .short_keys_foot {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment