Reduce vertical white space in header by half in #Supply theme.
.site-header {
padding: $gutter/4 0;
@include at-query ($min, $large) {
padding: $gutter/2 0;
}
}
.header-logo {
margin: $gutter/2 auto;
@include at-query ($min, $large) {
margin: $gutter/4 0;
}
}



Open the timber.scss.liquid file in the online code editor.
At the very bottom of the file, add the code below.