.ap-social-links {
list-style: none !important;
display: flex;
align-items: center;
flex-direction: column;
gap: 1em;
margin: 0 !important;
padding: 1em;
background: #bd2e2e;
color: white;
}
.ap-social-links a {
padding: 1em .5em;
color: white;
}
.ap-social-links a:hover {
background: rgba(0,0,0,.15);
}
@media (min-width: 500px) {
.ap-social-links {
flex-direction: row;
}
}
2020-10-01