Changeset 9518
- Timestamp:
- 02/20/2020 10:39:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/style.css
r9517 r9518 727 727 list-style: none; 728 728 729 min-height: 310px;729 min-height: 280px; 730 730 width: 29%; 731 731 … … 818 818 .home .main-content h3 { 819 819 margin-top: 1.5em; 820 clear: both; 820 821 } 821 822 … … 880 881 } 881 882 883 .home .wpsc-recent > li:nth-child(odd) { 884 clear: left; 885 } 886 882 887 .rightsidebar { 883 888 display: inline-block; … … 914 919 @media ( max-width: 340px ) { 915 920 .home .wpsc-recent > li { 921 padding-left: 8px; 922 padding-right: 8px; 916 923 width: 95%; 917 924 }
Note: See TracChangeset
for help on using the changeset viewer.