Making WordPress.org


Ignore:
Timestamp:
03/08/2024 04:13:11 AM (14 months ago)
Author:
dd32
Message:

wporg-plugins-2024: Style updates, removing the wporg base theme, less style overrides.

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  
    2626
    2727    .entry-title {
    28         font-size: ms( 2 );
    2928        line-height: 1.3;
    3029        margin: 0 0 8px !important;
     
    3736
    3837    .entry-excerpt {
    39         font-size: ms( -1 );
     38        font-size: 0.9em;
    4039
    4140        p {
     
    5251
    5352    footer {
     53        font-size: var(--wp--preset--font-size--small);
     54
    5455        span {
    55             font-size: ms(-2);
    5656            display: inline-block;
    5757            overflow: hidden;
     
    6060            i {
    6161                display: inline-block;
    62                 font-size: 1rem;
    6362                margin-right: 0.4rem;
    6463            }
     
    8483            display: none;
    8584
    86             @media (min-width:414px) {
     85            @media (min-width:330px) {
    8786                display: inline-block;
    8887            }
Note: See TracChangeset for help on using the changeset viewer.