mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
changed media-queries, when path is long - all columns start to move on
This commit is contained in:
parent
d05177edd1
commit
17c66d960f
1 changed files with 2 additions and 2 deletions
|
|
@ -297,7 +297,7 @@ a:focus { outline: thin dotted; }
|
|||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 601px) and (max-width: 767px){
|
||||
@media only screen and (min-width: 601px) and (max-width: 785px){
|
||||
#left{
|
||||
width:90% !important;
|
||||
}
|
||||
|
|
@ -306,7 +306,7 @@ a:focus { outline: thin dotted; }
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width:767px) and (max-width: 1060px){
|
||||
@media only screen and (min-width:786px) and (max-width: 1060px){
|
||||
#left{
|
||||
width:90% !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue