From b1ffcc0c5580e76cd5091435d053c3bf0bd006c6 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 14 Apr 2014 16:44:42 +0200 Subject: [PATCH] mood pic width fix for resolutions 1366px+ --- www/css/desktop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index b00b193d..e469b212 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -224,7 +224,7 @@ body{background:#eae8e4;height:100%} .wrap{width:800px;max-width:800px;height:auto !important;min-height:100%;height:100%;position:relative;overflow:hidden} article{background:#f7f5f2;float:left} .moodpic{margin:-20px 0 0 -40px;width:880px;height:230px} -.moodpic img{width:auto} +.moodpic img{width:100%} } @media only screen and (min-width:1600px){