streams/view/theme/redbasic/css/converse_center.css
sasiflo 9cb48204eb Correction for #401: Theme redbasic extended.
Use max-width instead of width to allow mobile devices to reflow the content.
2014-04-10 00:22:52 +02:00

5 lines
75 B
CSS

body {
margin-left: auto;
margin-right: auto;
max-width: $body_width;
}