Changeset 5998 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/objects/_site-header.scss
- Timestamp:
- 10/04/2017 06:38:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/objects/_site-header.scss
r5939 r5998 2 2 .home & { 3 3 background: #0073aa; 4 padding: 18px 36px;5 4 6 @ media (min-width: 737px) {7 padding: 1.5625rem5 @include breakpoint( $ms-breakpoint ) { 6 padding: ms( 10 ) ms( 4 ); 8 7 } 9 8 … … 11 10 color: #fff; 12 11 display: block; 13 font-size: ms( 1 2);12 font-size: ms( 10 ); 14 13 font-weight: 300; 15 14 line-height: 1; 16 15 margin: 2rem 0 1rem; 17 16 text-align: center; 17 18 @include breakpoint( $ms-breakpoint ) { 19 font-size: ms( 12 ); 20 } 18 21 } 19 22
Note: See TracChangeset
for help on using the changeset viewer.