mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fixed margins in responsive view
This commit is contained in:
parent
f5bfccfc43
commit
0b2f9d74a3
3 changed files with 6 additions and 6 deletions
|
|
@ -238,10 +238,7 @@ a:focus { outline: thin dotted; }
|
|||
@media only screen and (max-width: 600px){
|
||||
#left{
|
||||
width:90% !important;
|
||||
}
|
||||
.panel >li{
|
||||
margin:10px;
|
||||
}
|
||||
}
|
||||
/* если правая панель не помещаеться - прячем её */
|
||||
#right{
|
||||
display:none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue