/* Custom styles for Sindri documentation */

/* Make the logo bigger */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
    height: 3rem;  /* Default is 1.5rem, this doubles it */
    width: auto;
}

/* Alternative: If you want even bigger logo, uncomment this instead */
/*
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
    height: 4rem;
    width: auto;
}
*/

