Changeset 3261 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
- Timestamp:
- 05/26/2016 08:44:49 PM (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/_plugin-single.scss
r3260 r3261 23 23 @extend .clear; 24 24 border-bottom: 2px solid #eee; 25 padding: ms(4) ms(4) ms(1); 26 27 @media ( min-width: 67rem ) { 28 padding: 0 0 ms(1) 0; 29 } 25 padding-bottom: ms(1); 30 26 31 27 .plugin-thumbnail { … … 36 32 width: 96px; 37 33 38 @media ( min-width: 26rem ) {34 @media screen and ( min-width: 26em ) { 39 35 display: block; 40 36 } … … 64 60 65 61 .entry-content { 66 max-width: 800px; 67 max-width: 50rem; 68 padding: 0 ms(4); 62 max-width: 768px; 63 max-width: 48rem; 69 64 70 @media ( min-width: 67rem) {65 @media screen and ( min-width: $ms-breakpoint ) { 71 66 float: left; 72 67 padding: 0; … … 132 127 padding: 0 ms(4); 133 128 134 @media ( min-width: 67rem) {129 @media screen and ( min-width: $ms-breakpoint ) { 135 130 float: right; 136 131 padding: 0;
Note: See TracChangeset
for help on using the changeset viewer.