2019-09-25 00:37:41 +03:00
|
|
|
.site-header {
|
2019-10-05 19:48:26 +03:00
|
|
|
.site-title,
|
|
|
|
.site-description {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2019-09-25 00:37:41 +03:00
|
|
|
.home & {
|
|
|
|
background: #0073aa;
|
|
|
|
|
|
|
|
@include breakpoint( $ms-breakpoint ) {
|
|
|
|
padding: ms( 10 ) ms( 4 );
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-title {
|
|
|
|
color: #fff;
|
|
|
|
display: block;
|
|
|
|
font-size: ms( 10 );
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 1;
|
|
|
|
margin: 2rem 0 1rem;
|
|
|
|
|
|
|
|
@include breakpoint( $ms-breakpoint ) {
|
|
|
|
font-size: ms( 12 );
|
|
|
|
}
|
2019-10-05 19:48:26 +03:00
|
|
|
|
|
|
|
@include breakpoint( $breakpoint-tablet ) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2019-09-25 00:37:41 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-description {
|
|
|
|
color: #fff;
|
2019-09-27 01:34:24 +03:00
|
|
|
max-width: 100%;
|
2019-09-25 00:37:41 +03:00
|
|
|
padding: 11px 0;
|
2019-10-05 19:48:26 +03:00
|
|
|
|
|
|
|
@include breakpoint( $breakpoint-tablet ) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2019-09-25 00:37:41 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|