Changeset 58198
- Timestamp:
- 05/26/2024 08:30:51 AM (6 months ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r58178 r58198 686 686 } 687 687 688 h1:before {689 background: #767676;690 content: "\020";691 display: block;692 height: 2px;693 margin: 1rem 0;694 width: 1em;695 }696 697 h1.has-text-align-center:before {698 margin-left: auto;699 margin-right: auto;700 }701 702 h1.has-text-align-right:before {703 margin-left: auto;704 }705 706 688 @media only screen and (min-width: 768px) { 707 689 h1 { … … 710 692 } 711 693 694 .wp-block-post-title, 712 695 h2 { 713 696 font-size: 1.6875em; 714 697 } 715 698 699 @media only screen and (min-width: 768px) { 700 .wp-block-post-title, 701 h2 { 702 font-size: 2.25em; 703 } 704 } 705 706 h1:before, 716 707 h2:before { 717 708 background: #767676; … … 723 714 } 724 715 716 h1.has-text-align-center:before, 725 717 h2.has-text-align-center:before { 726 718 margin-left: auto; … … 728 720 } 729 721 722 h1.has-text-align-right:before, 730 723 h2.has-text-align-right:before { 731 724 margin-left: auto; 732 }733 734 @media only screen and (min-width: 768px) {735 h2 {736 font-size: 2.25em;737 }738 725 } 739 726 -
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.