Making social logo bigger #7697
Unanswered
thomas-saigre
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello @thomas-saigre, .md-social__link {
height: 2rem;
width: 2rem;
}
.md-social__link svg {
max-height: unset;
max-width: unset;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In #2933 an answer is provided to change the size of the logo of the website from and
extra.css
file.I'm looking to do the same transformation for the logo included at the bottom line from the
social
section.I used this code
Maybe I am mistaken in the class name (that I found with the Firefox inspector).
How could I achieve it ?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions