diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
index 83cbdf3db0..744b0e317f 100644
a
|
b
|
Twenty Twenty-One is distributed under the terms of the GNU GPL. |
228 | 228 | --branding--color-link: var(--global--color-primary); |
229 | 229 | --branding--color-link-hover: var(--global--color-secondary); |
230 | 230 | --branding--title--font-family: var(--global--font-primary); |
231 | | --branding--title--font-size: var(--global--font-size-lg); |
| 231 | --branding--title--font-size: var(--global--font-size-mdgit ); |
232 | 232 | --branding--title--font-size-mobile: var(--heading--font-size-h4); |
233 | 233 | --branding--title--font-weight: normal; |
234 | 234 | --branding--title--text-transform: uppercase; |
… |
… |
table.wp-calendar-table caption { |
3726 | 3726 | |
3727 | 3727 | .site-header { |
3728 | 3728 | padding-top: calc(var(--global--spacing-vertical) / 0.75); |
| 3729 | align-items: center; |
3729 | 3730 | } |
3730 | 3731 | } |
3731 | 3732 | @media only screen and (min-width: 822px) { |
3732 | 3733 | |
3733 | 3734 | .site-header { |
3734 | 3735 | padding-top: calc(2.4 * var(--global--spacing-vertical)); |
| 3736 | align-items: center; |
3735 | 3737 | } |
3736 | 3738 | } |
3737 | 3739 | |