Changeset 5998 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_template-get.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/components/_template-get.scss
r4885 r5998 1 1 .page-template-get { 2 2 .site-header { 3 padding: ms( 4) ms(1);3 padding: ms( 4 ) ms( 1 ); 4 4 text-align: center; 5 5 } … … 12 12 13 13 section { 14 padding: ms( 10) ms(4);14 padding: ms( 10 ) ms( 4 ); 15 15 } 16 16 … … 18 18 text-align: center; 19 19 20 @ media (min-width: $ms-breakpoint) {20 @include breakpoint( $ms-breakpoint ) { 21 21 .container { 22 22 text-align: initial; … … 60 60 > div { 61 61 float: left; 62 font-size: ms( -2);62 font-size: ms( -2 ); 63 63 margin-right: 5%; 64 64 width: 30%; … … 87 87 } 88 88 89 @ media (min-width: $ms-breakpoint) {89 @include breakpoint( $ms-breakpoint ) { 90 90 margin: 4rem auto 0; 91 91 } … … 109 109 margin: 2rem 0 2rem; 110 110 111 @ media (min-width: $ms-breakpoint) {112 font-size: ms( -2);111 @include breakpoint( $ms-breakpoint ) { 112 font-size: ms( -2 ); 113 113 margin: 4rem 0 2rem; 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.