Reduce space between socials and copyright

Hi @MiguelMaya , go to your base.css file and add this code :

.footer__content-top {
    padding-bottom: 0.3rem !important;
  
}

.footer__content-bottom {
  
    padding-top: 0.3rem !important;
}

Result: