Making WordPress.org


Ignore:
Timestamp:
03/16/2023 01:10:08 AM (22 months ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@395c21e

File:
1 edited

Legend:

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

    r12299 r12471  
    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
    213    &_title,
    314    &_link {
     
    2233    }
    2334
     35    &_links {
     36        gap: 1rem;
     37        flex-direction: row;
     38    }
     39
    2440    &_link {
    2541        text-decoration: underline;
    2642        font-weight: 600;
    27         margin-top: $gutter-default !important; // Override button styles
    28 
    29         @media only screen and (min-width: $breakpoint-tablet) {
    30             margin-top: 0 !important; // Override button styles
    31         }
    3243    }
    3344
Note: See TracChangeset for help on using the changeset viewer.