#socialIcons li a {
    width: auto;
    height: 100%;
    max-width: 22px;
    max-height: 22px;
    margin: 0 3rem;
    display: block;
}

#socialIcons li {
}

#socialIcons ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    align-items: end;
    margin: 2rem auto 0;
}

#edit-social-links p {
    margin: 0;
}
#socialIcons p img {
    width:auto;
    margin: 1rem auto;
}