Changeset 6231 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/page/style.scss
- Timestamp:
- 12/04/2017 05:42:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/page/style.scss
r5856 r6231 3 3 margin-top: 2rem; 4 4 5 @include breakpoint( $ms-breakpoint ) { 6 padding: 0 2rem; 7 } 8 5 9 .entry-title { 6 10 font-size: ms( 4 ); 7 11 font-weight: 400; 8 margin: 0 auto;9 max-width: ms(32);10 11 @media screen and ( min-width: $ms-breakpoint ) {12 padding: 0 2rem;13 }14 12 } 15 13 } 16 14 17 15 .entry-content { 16 @include breakpoint( $ms-breakpoint ) { 17 padding: 0 2rem; 18 } 19 18 20 h2 { 19 21 font-size: ms( 4 ); … … 28 30 } 29 31 30 a {31 text-decoration: underline;32 }33 34 32 section { 35 33 padding: 2rem 0; 36 37 .container {38 margin: 0 auto;39 max-width: ms(32);40 41 @media screen and ( min-width: $ms-breakpoint ) {42 padding: 0 2rem;43 }44 }45 34 46 35 &:first-of-type {
Note: See TracChangeset
for help on using the changeset viewer.