Commit 83f0bb23 authored by Ruslan Karimov's avatar Ruslan Karimov

#1478

parent f2b8bf45
......@@ -18,16 +18,11 @@ use yii\helpers\Html;
padding:0;
}
@media only screen and (max-width:640px) {
body[merkle] .width270,
.width270 {
width: 440px !important;
width: 400px !important;
}
}
@media only screen and (max-width:480px) {
.width270 {
width: 270px !important;
}
}
@media only screen and (max-width:640px) {
body[merkle] .hide,
.hide {
display: none !important;
width: 0px !important;
......@@ -73,6 +68,12 @@ use yii\helpers\Html;
body[merkle] .head_space_height{height:2px;}
body[merkle] .right_col_height{height:280px;}
}
@media only screen and (max-width:480px) {
body[merkle] .width270,
.width270 {
width: 270px !important;
}
}
</style>
<style type="text/css">
.desktop{visibility:visible;}
......
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