Changeset 3261 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/secondary/_widgets.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/secondary/_widgets.scss
r3254 r3261 11 11 padding: 0 ms(4) ms(10) ms(4); 12 12 13 @media ( min-width: 67rem) {13 @media screen and ( min-width: $ms-breakpoint ) { 14 14 padding: 0 0 ms(10) 0; 15 15 } … … 21 21 vertical-align: top; 22 22 23 @media ( min-width: 67rem) {23 @media screen and ( min-width: $ms-breakpoint ) { 24 24 margin-right: 5%; 25 25 width: 30%;
Note: See TracChangeset
for help on using the changeset viewer.