Changeset 3459 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_main.scss
- Timestamp:
- 06/19/2016 10:47:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_main.scss
r3406 r3459 6 6 padding: ms(10) ms(4); 7 7 8 @media screen and ( min-width: 48em) {8 @media screen and ( min-width: $ms-breakpoint ) { 9 9 padding: ms(10) 10px; 10 10 } 11 11 12 12 .single & { 13 padding-top: ms(4); 13 padding: 0; 14 15 @media screen and ( min-width: $ms-breakpoint ) { 16 padding: 0 10px ms(10); 17 } 14 18 } 15 19
Note: See TracChangeset
for help on using the changeset viewer.