Changeset 13300 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/_plugin-card.scss
- Timestamp:
- 03/08/2024 04:13:11 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-card.scss
r13263 r13300 26 26 27 27 .entry-title { 28 font-size: ms( 2 );29 28 line-height: 1.3; 30 29 margin: 0 0 8px !important; … … 37 36 38 37 .entry-excerpt { 39 font-size: ms( -1 );38 font-size: 0.9em; 40 39 41 40 p { … … 52 51 53 52 footer { 53 font-size: var(--wp--preset--font-size--small); 54 54 55 span { 55 font-size: ms(-2);56 56 display: inline-block; 57 57 overflow: hidden; … … 60 60 i { 61 61 display: inline-block; 62 font-size: 1rem;63 62 margin-right: 0.4rem; 64 63 } … … 84 83 display: none; 85 84 86 @media (min-width: 414px) {85 @media (min-width:330px) { 87 86 display: inline-block; 88 87 }
Note: See TracChangeset
for help on using the changeset viewer.