five-for-the-future/themes/wporg-5ftf/css/components/_site-content.scss

15 lines
228 B
SCSS
Raw Normal View History

.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 } );
}
}
}