From 2af8996487196406ed1eb9725ec06502ee682c07 Mon Sep 17 00:00:00 2001 From: Jeena Date: Thu, 19 Sep 2013 12:08:38 +0200 Subject: [PATCH] fixed max width --- css/screen.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/screen.css b/css/screen.css index d6f3200..77aed80 100644 --- a/css/screen.css +++ b/css/screen.css @@ -132,12 +132,14 @@ img { @media screen and (width: 320px) { #full > article * { max-width: 300px !important; + overflow: auto; } } @media screen and (width: 480px) { #full > article * { max-width: 460px !important; + overflow: auto; } }