mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 20:03:44 +03:00
15 lines
228 B
SCSS
15 lines
228 B
SCSS
.site-content {
|
|
|
|
body:not(.home) & {
|
|
margin: auto;
|
|
max-width: none;
|
|
padding: 0;
|
|
|
|
.site-main {
|
|
margin: 0 auto ms(8);
|
|
padding: 0 ms( 4 );
|
|
max-width: calc( #{ $size__content-width } + #{ ms( 2 ) * 2 } );
|
|
}
|
|
}
|
|
}
|