Changeset 12882 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/components/_section.scss
- Timestamp:
- 09/13/2023 11:30:08 PM (17 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
r12471 r12882 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 13 2 &_title, 14 3 &_link { … … 36 25 gap: 1rem; 37 26 flex-direction: row; 27 justify-content: flex-end; 28 29 @media only screen and (max-width: $breakpoint-tablet) { 30 justify-content: flex-start; 31 } 38 32 } 39 33
Note: See TracChangeset
for help on using the changeset viewer.