diff --git a/css/style.css b/css/style.css index f0b31006..b1362d92 100644 --- a/css/style.css +++ b/css/style.css @@ -260,7 +260,7 @@ a:hover, a:active { /* responsive design */ @media only screen and (max-width: 600px){ .panel{ - width:94% !important; + width:94%; } /* если правая панель не помещаеться - прячем её */ #right{ @@ -356,7 +356,7 @@ a:hover, a:active { } @media only screen and (min-width: 601px) and (max-width: 785px){ .panel{ - width:94% !important; + width:94%; } #right{ display:none; @@ -369,7 +369,7 @@ a:hover, a:active { @media only screen and (min-width:786px) and (max-width: 1155px){ .panel{ - width:94% !important; + width:94%; } /* если правая панель не помещаеться - прячем её */ #right{