.cp-footer { background: $darkGray; &__social { display:flex; flex-wrap:wrap; justify-content: center; padding: 20px 0 0; a { text-decoration: none; color: $white; width: 35px; height: 35px; font-size: 22px; .fab { width: 35px; height: 35px; display: inline-flex; justify-content: center; align-items: center; } } .fa-instagram { background-color:#000; } .fa-facebook-f { background-color:#4c67a1; } .fa-twitch { background-color:#7550ba; } .fa-twitter { background-color:#1b9ae7; } .fa-google-plus-g { background-color:#dc4a3d; } .fa-youtube { background-color:#de2925; } } &__copyright { padding: 0 0 10px; text-align: center; } } .social { padding: 1.2em 0; text-align: center; width:100%; height: 100%; } .social a { text-decoration: none; } .social * { color:#fff; width: 35px; height: 100%; height: 35px; align-items: center; display: inline-flex!important; text-align: center; } .social *:before { width: 100%; }