mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-25 12:23:44 +03:00
14 lines
221 B
SCSS
14 lines
221 B
SCSS
![]() |
.site-content {
|
||
|
|
||
|
body:not(.home) & {
|
||
|
margin: auto;
|
||
|
max-width: none;
|
||
|
padding: 0;
|
||
|
|
||
|
.site-main {
|
||
|
margin: 0 auto;
|
||
|
padding: 0 ms( 2 );
|
||
|
max-width: calc( #{ $size__content-width } + #{ ms( 2 ) * 2 } );
|
||
|
}
|
||
|
}
|
||
|
}
|