feat: center social links on medium screens

This commit is contained in:
Dayron
2025-11-12 20:42:20 +01:00
parent 15e200dfab
commit 6d26784241

View File

@@ -99,6 +99,10 @@
display: flex;
gap: 16px;
@include respond-to(md) {
justify-content: center;
}
.social-link {
@include flex-center();
width: 48px;