changed media-queries, when path is long - all columns start to move on

This commit is contained in:
coderaiser 2012-07-04 12:37:19 +03:00
parent d05177edd1
commit 17c66d960f

View file

@ -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;
}