- Timestamp:
- 05/26/2024 08:30:51 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r58178 r58198 120 120 h1 { 121 121 font-size: $font__size-xl; 122 @include post-section-dash;123 122 124 123 @include media(tablet) { … … 127 126 } 128 127 128 .wp-block-post-title, 129 129 h2 { 130 130 font-size: $font__size-lg; 131 @include post-section-dash;132 131 133 132 @include media(tablet) { 134 133 font-size: $font__size-xl; 135 134 } 135 } 136 137 h1, 138 h2 { 139 @include post-section-dash; 136 140 } 137 141
Note: See TracChangeset
for help on using the changeset viewer.