How can I make social media icons bigger?

@Olivier7

Thanks or post

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/typography.scss.css->paste below code at the bottom of the file.
.social-media .icon {
    width: 20px;
    min-width: 20px;
}
.social-media .icon-social-facebook {
    width: 10px;
    min-width: 10px;
}