Changeset 3862 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/site-main/style.scss
- Timestamp:
- 08/26/2016 07:58:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/site-main/style.scss
r3847 r3862 2 2 margin: 0 auto; 3 3 max-width: $size__site-main; 4 padding: ms( 10) ms(4);4 padding: ms( 10 ) ms( 4 ); 5 5 6 6 @media screen and ( min-width: $ms-breakpoint ) { 7 padding: ms( 10) 10px;7 padding: ms( 10 ) 10px; 8 8 } 9 9 10 &.single, 10 11 .single & { 11 12 padding: 0; 12 13 13 14 @media screen and ( min-width: $ms-breakpoint ) { 14 padding: 0 10px ms( 10);15 padding: 0 10px ms( 10 ); 15 16 } 16 17 } 17 18 19 &.page, 18 20 .page & { 19 21 padding-top: 0; … … 27 29 .no-results { 28 30 margin: 0 auto; 29 max-width: ms( 32);31 max-width: ms( 32 ); 30 32 padding: 0 2rem; 31 33 }
Note: See TracChangeset
for help on using the changeset viewer.