diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
index 83cbdf3db0..49772abb14 100644
a
|
b
|
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 | |