Commit c6ca173e authored by Ruslan Karimov's avatar Ruslan Karimov

#1478

parent a25c0149
......@@ -17,14 +17,21 @@ use yii\helpers\Html;
margin:0;
padding:0;
}
@media only screen and (max-width:620px) {
.hide {
display:none !important;
width:0px !important;
height:0px !important;
@media only screen and (max-width:640px) {
.width270 {
width: 480px !important;
}
}
@media only screen and (max-width:480px) {
.width270 {
width:270px !important;
width: 270px !important;
}
}
@media only screen and (max-width:600px) {
.hide {
display: none !important;
width: 0px !important;
height: 0px !important;
}
body[merkle] .width230{
width: 230px;
......
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