Changeset 12471 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/components/_section.scss
- Timestamp:
- 03/16/2023 01:10:08 AM (22 months ago)
- 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 1 1 .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 2 13 &_title, 3 14 &_link { … … 22 33 } 23 34 35 &_links { 36 gap: 1rem; 37 flex-direction: row; 38 } 39 24 40 &_link { 25 41 text-decoration: underline; 26 42 font-weight: 600; 27 margin-top: $gutter-default !important; // Override button styles28 29 @media only screen and (min-width: $breakpoint-tablet) {30 margin-top: 0 !important; // Override button styles31 }32 43 } 33 44
Note: See TracChangeset
for help on using the changeset viewer.