Adjusting the padding surrounding the links in header.
/* This is how it renders at desktop */
sf-menu
li
a {
padding-bottom, padding-top: 38px;
font-size: 18px;
}
/* Desktop: recalculated */
sf-menu
li a {
padding-bottom, padding-top: 30.5px;
font-size: 18px;
}
Padding is calculated by init.js and



