6 lines
75 B
CSS
6 lines
75 B
CSS
body {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: $body_width;
|
|
}
|