9cb48204eb
Use max-width instead of width to allow mobile devices to reflow the content.
6 lines
75 B
CSS
6 lines
75 B
CSS
body {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: $body_width;
|
|
}
|