Make WordPress Core

Ticket #61633: 61633.2.diff

File 61633.2.diff, 1.2 KB (added by vijaysinh9094, 2 months ago)
  • src/wp-content/themes/twentytwentyone/style.css

    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 { 
    37263726
    37273727        .site-header {
    37283728                padding-top: calc(var(--global--spacing-vertical) / 0.75);
     3729                align-items: center;
    37293730        }
    37303731}
    37313732@media only screen and (min-width: 822px) {
    37323733
    37333734        .site-header {
    37343735                padding-top: calc(2.4 * var(--global--spacing-vertical));
     3736                align-items: center;
    37353737        }
    37363738}
    37373739