mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-25 04:13:44 +03:00
37 lines
498 B
SCSS
37 lines
498 B
SCSS
![]() |
.site-content {
|
||
|
margin: 0 auto;
|
||
|
max-width: $size__site-main;
|
||
|
padding: 0 ms( 4 );
|
||
|
|
||
|
@include breakpoint( $ms-breakpoint) {
|
||
|
padding: 0 10px ms( 10 );
|
||
|
}
|
||
|
|
||
|
@include breakpoint( 0, $ms-breakpoint) {
|
||
|
.site-main {
|
||
|
float: none;
|
||
|
margin: 0;
|
||
|
width: auto;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.home &,
|
||
|
.page &,
|
||
|
&.page {
|
||
|
margin: auto;
|
||
|
max-width: none;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.page-title {
|
||
|
font-size: ms( 2 );
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
.no-results {
|
||
|
margin: 0 auto ms( 10 );
|
||
|
max-width: 40em;
|
||
|
padding: 0 2rem;
|
||
|
}
|
||
|
}
|