/* Increase the logo in the header */
.md-header__button.md-logo img {
    height: 48px !important;  /* Try 48–64px */
    width: auto !important;
    image-rendering: pixelated; /* keeps pixel art sharp */
}
