/* Fix logo size in the mobile side navigation */
.md-header-nav .md-logo img {
  height: 29px;
  width: auto;
}
