Changeset 5679 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 07/17/2017 06:10:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r5593 r5679 208 208 209 209 @media ( min-width: 43em ) and ( max-width: 915px ) { 210 a.button {210 .three-columns a.button { 211 211 max-width: 100%; 212 212 padding: .6em 1em; … … 214 214 font-size: 1.4rem; 215 215 } 216 . dashicons {216 .three-columns .dashicons { 217 217 width: 16px; 218 218 height: 16px; … … 580 580 margin: 0 auto; 581 581 } 582 } 583 .three-columns .widget-title { 582 584 @media ( min-width: 43em ) and ( max-width: 915px ) { 583 585 font-size: 35px; … … 699 701 float: left; 700 702 clear: none; 703 } 704 .three-columns .box { 701 705 @media ( min-width: 43em ) and ( max-width: 915px ) { 702 706 padding: 30px 20px;
Note: See TracChangeset
for help on using the changeset viewer.