From d15873b1bc588d76e40ab84dd9cad28c6ec8e007 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 22 Mar 2014 22:31:15 +0100 Subject: [PATCH] wrapper width limit for 1200px+ for aside evaluation --- www/css/desktop.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/css/desktop.css b/www/css/desktop.css index 94ca2e64..a3d43a35 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -128,4 +128,8 @@ menu a{padding:10px 0} .wrap{margin:0 20px 0 340px} article{padding-top:20px} .breadcrumbs li{display:inline;padding-right:10px} +} + +@media only screen and (min-width:1200px){ +.wrap{width:860px;max-width:860px} } \ No newline at end of file