Changeset 958 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 10/30/2014 01:39:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r943 r958 518 518 } 519 519 .inner-wrap { 520 max-width: 7 00px;521 max-width: 7 0rem;522 margin: 0 auto;520 max-width: 760px; 521 max-width: 76rem; 522 margin: 1.2em auto 0; 523 523 524 524 .code-ref-left { 525 525 float: left; 526 width: 70%;526 width: 60%; 527 527 clear: none; 528 528 } 529 529 .code-ref-right { 530 530 float: left; 531 width: 30%;531 width: 40%; 532 532 clear: none; 533 } 534 535 .go { 536 float: right; 533 margin-top: 1.1em; 534 text-align: center; 537 535 } 538 536 539 537 @media ( max-width: 43em ) { 540 541 538 .code-ref-left, 542 539 .code-ref-right { … … 560 557 font-size: 40px; 561 558 font-size: 5rem; 562 line-height: 50px;563 line-height: 5rem;559 line-height: 68px; 560 line-height: 6.8rem; 564 561 .dashicons { 565 font-size: 50px;566 font-size: 5rem;567 line-height: 50px;568 line-height: 5rem;569 height: 50px;570 width: 50px;571 height: 5rem;572 width: 5rem;562 font-size: 68px; 563 font-size: 6.8rem; 564 line-height: 68px; 565 line-height: 6.8rem; 566 height: 6.8px; 567 width: 6.8px; 568 height: 6.8rem; 569 width: 6.8rem; 573 570 } 574 571 } 575 572 .widget-description { 576 margin-left: 65px;577 margin-left: 6.5rem;573 margin-left: 85px; 574 margin-left: 8.5rem; 578 575 } 579 576
Note: See TracChangeset
for help on using the changeset viewer.