Making WordPress.org


Ignore:
Timestamp:
09/13/2023 11:30:08 PM (17 months ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@4496525

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/components/_section.scss

    r12471 r12882  
    11.section-heading {
    2     &.row {
    3 
    4         @media only screen and (min-width: $breakpoint-tablet) {
    5             align-items: baseline;
    6         }
    7 
    8         .button {
    9             align-self: center;
    10         }
    11     }
    12 
    132    &_title,
    143    &_link {
     
    3625        gap: 1rem;
    3726        flex-direction: row;
     27        justify-content: flex-end;
     28
     29        @media only screen and (max-width: $breakpoint-tablet) {
     30            justify-content: flex-start;
     31        }
    3832    }
    3933
Note: See TracChangeset for help on using the changeset viewer.