center social icons

This commit is contained in:
2020-02-14 09:26:53 +01:00
parent 37ed6ff9de
commit a72420ec33

View File

@@ -68,6 +68,10 @@ div.contact p {
/* Scale social icons with hovering */ /* Scale social icons with hovering */
.social-links {
display: flex;
justify-content: center;
}
.social-links li a { .social-links li a {
font-size: 26px; font-size: 26px;
} }