💄 style: set equal padding on social icons

This commit is contained in:
welpo 2023-02-07 16:00:21 +01:00
parent 2b1887e316
commit b8e372c733
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -30,6 +30,9 @@ footer {
.social { .social {
background-image: unset; background-image: unset;
padding: 2px; padding: 2px;
display: flex;
justify-content: center;
align-items: center;
} }
.social>img { .social>img {