Changeset 7835 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss
- Timestamp:
- 11/08/2018 10:12:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss
r7256 r7835 449 449 450 450 /*-------------------------------------------------------------- 451 # .single 451 452 # .page 452 453 --------------------------------------------------------------*/ 454 .single, 453 455 .page { 454 456 … … 464 466 @media screen and ( min-width: $ms-breakpoint ) { 465 467 padding: 0 2rem; 468 margin: 0; 469 width: 65%; 466 470 } 467 471 } … … 495 499 @media screen and ( min-width: $ms-breakpoint ) { 496 500 padding: 0 2rem; 501 margin: 0; 502 width: 65%; 497 503 } 498 504 } … … 538 544 } 539 545 546 .single, 540 547 .page-template-page-full-width { 541 548
Note: See TracChangeset
for help on using the changeset viewer.