Changeset 3254 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/secondary/_widgets.scss
- Timestamp:
- 05/25/2016 10:20:09 PM (10 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
r3205 r3254 18 18 display: inline-block; 19 19 @include font-size( ms-unitless( ms(-2) ) ); 20 margin -right: 5%;20 margin: 0; 21 21 vertical-align: top; 22 width: 30%;23 22 24 &:last-child { 25 margin-right: 0; 23 @media ( min-width: 67rem ) { 24 margin-right: 5%; 25 width: 30%; 26 27 &:last-child { 28 margin-right: 0; 29 } 26 30 } 27 31
Note: See TracChangeset
for help on using the changeset viewer.