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:
@@ -1,5 +1,5 @@
|
||||
body {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: $body_width;
|
||||
max-width: $body_width;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user