Changeset 9622 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
- Timestamp:
- 03/24/2020 02:43:10 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
r9196 r9622 219 219 220 220 .theme-browser .theme .theme-screenshot img { 221 display: block; 222 margin: 0 auto; 221 223 height: auto; 222 max-height: 214px;224 max-height: 300px; 223 225 left: 0; 224 226 position: inherit; … … 226 228 -webkit-transform: translateZ( 0 ); 227 229 transition: opacity 0.2s ease-in-out; 228 width: 100%;229 230 } 230 231 … … 1540 1541 } 1541 1542 1542 @media only screen and (max-width: 1120px) {1543 @media only screen and (max-width: 865px) { 1543 1544 .filter-drawer { 1544 1545 border-bottom: 1px solid #eee; … … 1652 1653 } 1653 1654 1654 @media only screen and (max-width: 4 80px) {1655 @media only screen and (max-width: 400px) { 1655 1656 .theme-browser .theme { 1656 1657 width: 100%;
Note: See TracChangeset
for help on using the changeset viewer.