Changeset 12085 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_page.scss
- Timestamp:
- 09/26/2022 06:03:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_page.scss
r11672 r12085 1 1 body.page { 2 2 .entry-header { 3 margin: 2rem auto 1rem; 4 padding: 0; 5 max-width: 960px; 3 6 background: none; 4 padding: 0;5 7 6 8 .entry-title { 9 margin: 0 $gutter-default; 7 10 color: inherit; 8 margin: 2rem auto 1rem;9 max-width: 960px;10 11 11 @ include breakpoint( $ms-breakpoint) {12 padding: 0 10px;12 @media only screen and ( min-width: #{$breakpoint-large} ) { 13 margin: 0; 13 14 } 14 15 }
Note: See TracChangeset
for help on using the changeset viewer.