From 9cb48204eb1e0fba08f9a723f23780759c65ecbe Mon Sep 17 00:00:00 2001 From: sasiflo Date: Thu, 10 Apr 2014 00:22:52 +0200 Subject: Correction for #401: Theme redbasic extended. Use max-width instead of width to allow mobile devices to reflow the content. --- view/theme/redbasic/css/converse_center.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/converse_center.css b/view/theme/redbasic/css/converse_center.css index e5ecfbfe0..3b3ecddc9 100644 --- a/view/theme/redbasic/css/converse_center.css +++ b/view/theme/redbasic/css/converse_center.css @@ -1,5 +1,5 @@ body { margin-left: auto; margin-right: auto; - width: $body_width; + max-width: $body_width; } -- cgit v1.2.3