Ticket #61633: 61633.diff
File 61633.diff, 632 bytes (added by , 2 months ago) |
---|
-
src/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss
32 32 33 33 @include media(mobile) { 34 34 margin-right: initial; 35 margin-top: 4px; // Align the baseline of the site title with the primary menu35 margin-top: calc(var(--primary-nav--padding) - 0.3em); // Align the baseline of the site title with the primary menu 36 36 } 37 37 } 38 38