Changeset 51205 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss
- Timestamp:
- 06/22/2021 08:13:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss
r49574 r51205 14 14 margin-bottom: 0; 15 15 } 16 } 17 18 .widget-area &:not(.is-grid) > li { 19 margin-top: 0; 20 margin-bottom: 0; 16 21 } 17 22 … … 64 69 line-height: var(--global--line-height-heading); 65 70 margin-bottom: calc(0.333 * var(--global--spacing-vertical)); 71 } 72 73 .widget-area & > li > a { 74 font-size: var(--global--font-size-sm); 75 margin-bottom: 0; 66 76 } 67 77
Note: See TracChangeset
for help on using the changeset viewer.