I actually set it back to 65vh
because 80vh
just gives too tall a masthead. The line spacing for the title looks better, but I still don’t understand what controls it.
CSS specifies the WIDTH of the masthead wrapper (width: 1280px;
), which then controls the width of the site-branding and site-header (based on their padding), but what controls the HEIGHT of the wrapper? I can’t find that anywhere. Could I just add a max-height spec to the wrapper?
Also, just for my understanding, does the 65vh
or 80vh
control the masthead height as a percentage of the overall window height? That’s what appears to be happening, since as I shrink the window vertically, the masthead height shrinks accordingly.
Thanks for your help!