Changeset 8206 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 02/05/2019 09:55:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r8203 r8206 533 533 } 534 534 535 .widget-title { 536 line-height: 60px; 537 line-height: 6rem; 538 } 539 540 &.search-guide { 541 border-top: 2px solid #efefef; 542 } 543 535 544 @media ( max-width: 974px ) { 536 545 width: 640px; … … 561 570 } 562 571 &.search-guide { 563 border-top: 2px solid #efefef;564 572 padding-top: 60px; 565 573 padding-top: 6rem; … … 575 583 font-size: 25px; 576 584 font-size: 2.5rem; 577 line-height: 60px;578 line-height: 6rem;585 line-height: 20px; 586 line-height: 2rem; 579 587 .dashicons { 580 588 color: #222; … … 822 830 padding-right: 1.3em; 823 831 input { 832 margin-bottom: 6px; 824 833 padding-left: 0.5em; 834 vertical-align: middle; 825 835 } 826 836 } 827 837 label:last-child { 828 838 border-right-width: 0; 839 } 840 841 @media ( max-width: 688px ) { 842 span { 843 display: block; 844 } 845 846 label { 847 margin-left: 0; 848 margin-right: 1em; 849 width: 130px; 850 851 &:last-child { 852 margin-right: 0; 853 padding-right: 0; 854 width: initial; 855 } 856 } 829 857 } 830 858 } … … 928 956 } 929 957 .horizontal-list { 930 display: inline; 958 display: block; 959 width: 100%; 931 960 list-style-type: none; 932 961 margin: 0; 933 962 padding: 0; 963 text-align: center; 934 964 } 935 965 .horizontal-list li { … … 2334 2364 } 2335 2365 } 2366 #content-area { 2367 padding-left: 2%; 2368 } 2336 2369 2337 2370 &.archive, &.search { … … 2358 2391 .sourcefile { 2359 2392 float: left; 2393 } 2394 } 2395 #content-area { 2396 @media (max-width: 43em) { 2397 padding-left: 2%; 2360 2398 } 2361 2399 }
Note: See TracChangeset
for help on using the changeset viewer.