From 17c66d960fe3c4bb4c0b541d4ef101b0734164e2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 4 Jul 2012 12:37:19 +0300 Subject: [PATCH] changed media-queries, when path is long - all columns start to move on --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 57136168..51c685f6 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }