Changeset 6068 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_site-content.scss
- Timestamp:
- 11/01/2017 07:37:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_site-content.scss
r5969 r6068 4 4 padding: 0 ms( 4 ); 5 5 6 @ media screen and (min-width:$ms-breakpoint) {6 @include breakpoint( $ms-breakpoint) { 7 7 padding: 0 10px ms( 10 ); 8 8 } 9 9 10 @ media screen and (max-width:$ms-breakpoint) {10 @include breakpoint( 0, $ms-breakpoint) { 11 11 .site-main { 12 12 float: none;
Note: See TracChangeset
for help on using the changeset viewer.