diff --git a/themes/wporg-5ftf/css/objects/_site-header.scss b/themes/wporg-5ftf/css/objects/_site-header.scss index ce301a8..10eaf8b 100644 --- a/themes/wporg-5ftf/css/objects/_site-header.scss +++ b/themes/wporg-5ftf/css/objects/_site-header.scss @@ -1,4 +1,9 @@ .site-header { + .site-title, + .site-description { + text-align: left; + } + .home & { background: #0073aa; @@ -13,17 +18,24 @@ font-weight: 300; line-height: 1; margin: 2rem 0 1rem; - text-align: center; @include breakpoint( $ms-breakpoint ) { font-size: ms( 12 ); } + + @include breakpoint( $breakpoint-tablet ) { + text-align: center; + } } .site-description { color: #fff; max-width: 100%; padding: 11px 0; + + @include breakpoint( $breakpoint-tablet ) { + text-align: center; + } } } }