Changeset 11028 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_pattern-grid-menu.scss
- Timestamp:
- 06/11/2021 04:21:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_pattern-grid-menu.scss
r11023 r11028 7 7 align-items: center; 8 8 9 > *{9 .pattern-menu { 10 10 width: 100%; 11 11 } … … 16 16 } 17 17 18 @media only screen and ( min-width: $breakpoint-medium) {18 @media only screen and ( min-width: #{$breakpoint-medium + 1} ) { 19 19 margin: $gutter-default; 20 20 flex-direction: row;
Note: See TracChangeset
for help on using the changeset viewer.