/* Constrain header logo size for FoodSpec */
.md-header__button.md-logo img {
  height: 28px;
  width: auto;
}

/* Also constrain nav title logo if present */
.md-nav__title .md-nav__button.md-logo img {
  height: 28px;
  width: auto;
}
