Changeset 13314 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/_plugin-icon.scss
- Timestamp:
- 03/13/2024 02:57:39 AM (14 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
r13310 r13314 2 2 display: none; 3 3 max-width: 80px; 4 margin-right: 20px;5 margin-bottom: 20px;4 margin-right: var( --wp--style--block-gap ); 5 margin-bottom: var( --wp--style--block-gap ); 6 6 7 7 .plugin-icon { … … 21 21 float: left; 22 22 height: 96px; 23 margin- right: 1rem;24 width: 96px;23 margin-bottom: 0; 24 max-width: 96px; 25 25 26 26 @media screen and ( min-width: 26em ) {
Note: See TracChangeset
for help on using the changeset viewer.