Changeset 5945 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_site-content.scss
- Timestamp:
- 09/20/2017 10:23:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_site-content.scss
r5939 r5945 2 2 margin: 0 auto; 3 3 max-width: 960px; 4 padding: ms( 10 ) ms( 4 );5 4 6 5 @media screen and (min-width: $ms-breakpoint) { 7 padding: ms( 10 ) 10px; 8 } 9 10 11 .single &, 12 &.single { 13 padding: 0; 14 15 @media screen and (min-width: $ms-breakpoint) { 16 padding: 0 10px ms( 10 ); 17 } 6 padding: 0 10px ms( 10 ); 18 7 } 19 8
Note: See TracChangeset
for help on using the changeset viewer.