Enlarge social links in /me

This commit is contained in:
N-Upchurch 2023-08-06 20:35:59 -05:00
parent c7c132d063
commit e0c9c69617

View File

@ -54,3 +54,15 @@ ul.socialLinks {
max-width: 1em;
margin-right: .5em;
}
@media(max-width: 556px) {
.socialLinks li {
width: 90vw;
height: 3rem;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
}