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:
parent
036d907a4b
commit
9cb48204eb
@ -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