Commit 34d5243c authored by Ruslan Karimov's avatar Ruslan Karimov

#1478

parent 8e1cb4d7
...@@ -18,12 +18,12 @@ use yii\helpers\Html; ...@@ -18,12 +18,12 @@ use yii\helpers\Html;
padding:0; padding:0;
} }
@media only screen and (max-width:600px) { @media only screen and (max-width:600px) {
table[class=hide] { table[class="hide"] {
display:none !important; display:none !important;
width:0px !important; width:0px !important;
height:0px !important; height:0px !important;
} }
table[class=width270] { table[class="width270"] {
width:270px !important; width:270px !important;
} }
body[merkle] .width230{ body[merkle] .width230{
......
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