Changeset 3254 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
- Timestamp:
- 05/25/2016 10:20:09 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
r3252 r3254 5 5 6 6 .plugin-banner { 7 background-size: cover; 8 height: 310px; 7 background-size: 100%; 8 background-position: 50% 50%; 9 display: inline-block; 10 font-size: 0; 11 line-height: 0; 9 12 margin: 0 auto ms(1); 10 max-width: $size__site-main; 13 padding-top: 32.7%; 14 vertical-align: middle; 11 15 width: 100%; 12 16 } … … 23 27 .plugin-thumbnail { 24 28 float: left; 29 display: none; 25 30 height: 96px; 26 31 margin-right: 1rem; 27 32 width: 96px; 33 34 @media ( min-width: 26rem ) { 35 display: block; 36 } 28 37 29 38 .plugin-icon { … … 32 41 width: 96px !important; 33 42 } 43 34 44 } 35 45 … … 50 60 51 61 .entry-content { 52 float: left; 53 width: 65%; 62 max-width: 800px; 63 max-width: 50rem; 64 padding: 0 ms(4); 65 66 @media ( min-width: 67rem ) { 67 float: left; 68 padding: 0; 69 width: 65%; 70 } 54 71 55 72 .read-more { … … 109 126 110 127 .entry-meta { 111 float: right; 112 width: 30%; 128 padding: 0 ms(4); 129 130 @media ( min-width: 67rem ) { 131 float: right; 132 padding: 0; 133 width: 30%; 134 } 113 135 } 114 136 }
Note: See TracChangeset
for help on using the changeset viewer.