Skip to content
Discussion options

You must be logged in to vote

Probably something like below to force margin and padding to zero:

.md-header__button.md-logo {
    margin: 0;
    padding: 0;
}

Then set the logo to whatever size you want:

.md-header__button.md-logo img, .md-header__button.md-logo svg {
    height: 2.4rem;
    width: 2.4rem;
}

I don't know if there are side effects to this, but that is basically it. I did this just by using the browser "inspector" to identify what classes to target and the specificity needed for the CSS.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ahojukka5
Comment options

Answer selected by squidfunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants