JustinWDev of Archived Theme Support
6/11/2015 - 2:54 AM

Align bottom of logo with bottom of links in #Brooklyn

Align bottom of logo with bottom of links in #Brooklyn

What you want

You want to go from this:

To that:

How to get it

Add what follows at the very bottom of your stylesheet:

@include at-query($min, $large) {
  .site-header .grid--table > .grid__item {
    vertical-align: baseline;
  }  
}