Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/site-main/style.scss
- Timestamp:
- 08/23/2016 10:35:28 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client
- Files:
-
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/site-main/style.scss
r3844 r3847 1 @import "../../variables-site/variables-site";2 3 1 .site-main { 4 2 margin: 0 auto; … … 23 21 24 22 .page-title { 25 @include font-size( ms-unitless( ms(4) ));23 font-size: ms( 4 ); 26 24 font-weight: 400; 27 25 } … … 30 28 margin: 0 auto; 31 29 max-width: ms(32); 32 padding: 0 32px;33 30 padding: 0 2rem; 34 31 }
Note: See TracChangeset
for help on using the changeset viewer.