Changeset 3261 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-index.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-index.scss
r3254 r3261 4 4 margin-bottom: 4%; 5 5 6 @media ( min-width: 67rem) {6 @media screen and ( min-width: $ms-breakpoint ) { 7 7 display: inline-block; 8 8 margin-right: 4%; … … 25 25 } 26 26 27 @media ( min-width: 21rem ) {27 @media screen and ( min-width: 21em ) { 28 28 .entry-thumbnail { 29 29 display: inline-block;
Note: See TracChangeset
for help on using the changeset viewer.