mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 20:03:44 +03:00
21 lines
299 B
SCSS
21 lines
299 B
SCSS
.site-header {
|
|
background: $color__wp-blue;
|
|
padding: 1rem 0;
|
|
position: relative;
|
|
|
|
.site-branding {
|
|
margin: 0 auto;
|
|
max-width: 960px;
|
|
padding: 0 ms( 4 );
|
|
|
|
@include breakpoint( $ms-breakpoint ) {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
|
|
&.home {
|
|
padding: ms( 4 ) ms( 1 );
|
|
text-align: center;
|
|
}
|
|
}
|