Changeset 13310 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/_plugin-icon.scss
- Timestamp:
- 03/12/2024 05:27:53 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/_plugin-icon.scss
r13263 r13310 1 1 .entry-thumbnail { 2 2 display: none; 3 max-width: 96px; 3 max-width: 80px; 4 margin-right: 20px; 5 margin-bottom: 20px; 4 6 5 7 .plugin-icon { 6 8 background-size: cover; 7 height: 96px;8 width: 96px;9 height: 80px; 10 width: 80px; 9 11 } 10 12 11 13 @media screen and ( min-width: 21em ) { 12 display: inline-block; 13 margin: 0 4% 0 0; 14 vertical-align: top; 15 16 a { 17 display: block; 18 } 14 display: inline-block; 15 vertical-align: top; 16 float: left; 19 17 } 20 18
Note: See TracChangeset
for help on using the changeset viewer.