Skip to content

Making social logo bigger #7697

Discussion options

You must be logged in to vote

Hello @thomas-saigre,
the limiting factor when it comes to the size of the SVGs is the parent a.md-social__link tag.
Adjust the width/height for it:

.md-social__link {
  height: 2rem;
  width: 2rem;
}
.md-social__link svg {
  max-height: unset;
  max-width: unset;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@thomas-saigre
Comment options

Answer selected by thomas-saigre
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