Changeset 5969 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_site-content.scss
- Timestamp:
- 09/27/2017 09:27:52 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
r5945 r5969 1 1 .site-content { 2 2 margin: 0 auto; 3 max-width: 960px; 3 max-width: $size__site-main; 4 padding: 0 ms( 4 ); 4 5 5 6 @media screen and (min-width: $ms-breakpoint) { 6 7 padding: 0 10px ms( 10 ); 8 } 9 10 @media screen and (max-width: $ms-breakpoint) { 11 .site-main { 12 float: none; 13 margin: 0; 14 width: auto; 15 } 7 16 } 8 17
Note: See TracChangeset
for help on using the changeset viewer.