fix: align social links in footer

This commit is contained in:
2025-07-20 12:37:14 +04:00
parent 685c80de1f
commit 47ff86dfa0
+6 -2
View File
@@ -1341,11 +1341,15 @@ img {
}
.footer-social {
display: flex;
justify-content: center;
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-items: center;
align-items: center;
margin-bottom: 25px;
gap: 20px;
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.footer-social a {