aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorsasiflo <redmatrixdev@sasiflo.de>2014-04-10 00:22:52 +0200
committersasiflo <redmatrixdev@sasiflo.de>2014-04-10 00:22:52 +0200
commit9cb48204eb1e0fba08f9a723f23780759c65ecbe (patch)
treea09cd688ebe9eb4b2b5d98e395a5818e32008650 /view/theme
parent036d907a4bfdbf5d58de786bea7109f52bf4a709 (diff)
downloadvolse-hubzilla-9cb48204eb1e0fba08f9a723f23780759c65ecbe.tar.gz
volse-hubzilla-9cb48204eb1e0fba08f9a723f23780759c65ecbe.tar.bz2
volse-hubzilla-9cb48204eb1e0fba08f9a723f23780759c65ecbe.zip
Correction for #401: Theme redbasic extended.
Use max-width instead of width to allow mobile devices to reflow the content.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/converse_center.css2
1 files changed, 1 insertions, 1 deletions
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;
}