Changeset 6201 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_page.scss
- Timestamp:
- 12/01/2017 08:48:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_page.scss
r6142 r6201 1 .page {1 body.page { 2 2 .gutters .col-12 { 3 3 width: 100%; … … 14 14 line-height: 1; 15 15 margin: 0 auto; 16 max-width: 960px;16 max-width: 60em; 17 17 padding: 0 ms( 4 ); 18 18 … … 31 31 .entry-footer { 32 32 margin: 0 auto; 33 max-width: 960px;33 max-width: 60em; 34 34 padding: ms( 10 ) ms( 4 ); 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.