Correction for #401: Theme redbasic extended.

Use max-width instead of width to allow mobile devices to reflow the content.
This commit is contained in:
sasiflo 2014-04-10 00:22:52 +02:00
parent 036d907a4b
commit 9cb48204eb

View File

@ -1,5 +1,5 @@
body {
margin-left: auto;
margin-right: auto;
width: $body_width;
max-width: $body_width;
}