Tighten the spaces between the various writings, make the social media icons smaller on the footer

Hi everyone, do you know how to tighten the spaces between the various writings, make the social media icons smaller and make the payment methods smaller on the footer? Only on smartphone. Thank you all so much and sorry for the inconvenience

https://refade-8966.myshopify.com/

password: refade

Add this code in your base.css or theme.css file:

.footer-block.grid__item {
  margin: 0;
}
.footer-block__details-content {
  margin-bottom: 2rem;
}
.list-menu__item--link {
  padding: 0 !important;
}
.list-payment__item {
  width: 32px;
}
.list-social__link {
    width: 40px;
}

1 Like

Than you very much

1 Like