Changeset 5679
- Timestamp:
- 07/17/2017 06:10:36 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
-
scss/main.scss (modified) (4 diffs)
-
stylesheets/main.css (modified) (4 diffs)
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; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r5593 r5679 548 548 549 549 @media (min-width: 43em) and (max-width: 915px) { 550 .devhub-wrap a.button {550 .devhub-wrap .three-columns a.button { 551 551 max-width: 100%; 552 552 padding: .6em 1em; … … 554 554 font-size: 1.4rem; 555 555 } 556 .devhub-wrap . dashicons {556 .devhub-wrap .three-columns .dashicons { 557 557 width: 16px; 558 558 height: 16px; … … 932 932 933 933 @media (min-width: 43em) and (max-width: 915px) { 934 .devhub-wrap .section.blue . widget-title {934 .devhub-wrap .section.blue .three-columns .widget-title { 935 935 font-size: 35px; 936 936 font-size: 3.5rem; … … 1058 1058 1059 1059 @media (min-width: 43em) and (max-width: 915px) { 1060 .devhub-wrap . box {1060 .devhub-wrap .three-columns .box { 1061 1061 padding: 30px 20px; 1062 1062 padding: 3rem 2rem;
Note: See TracChangeset
for help on using the changeset viewer.