/* Increase logo size in header */
.md-header__button.md-logo img, 
.md-header__button.md-logo svg {
    height: 1.8rem; /* Default is usually 1.2rem or 24px. Increase to ~28-30px */
    width: auto;
}
