Changeset 5998 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_widget-area.scss
- Timestamp:
- 10/04/2017 06:38:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_widget-area.scss
r5945 r5998 1 1 .widget-area { 2 2 font-size: ms( -2 ); 3 4 @include breakpoint( 480px, $sm ) { 5 @include flex; 6 7 .widget { 8 width: calc( 50% - #{$grid-gutter} ); 9 } 10 } 3 11 }
Note: See TracChangeset
for help on using the changeset viewer.