feat: use grid for footer social links

This commit is contained in:
2025-07-20 14:59:29 +04:00
parent 28b730cef7
commit 44f879cd40
+2 -8
View File
@@ -1651,9 +1651,8 @@ img {
}
.footer-social {
gap: 5px;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
max-width: 250px;
}
.footer-social a {
@@ -1767,11 +1766,6 @@ i.icon-mastodon,
}
/* Maintenir la couleur par défaut pour les icônes dans le footer */
.footer-social a {
margin: 0 10px;
font-size: 24px;
color: var(--text-color);
}
/* Ajustements pour le menu déroulant des réseaux sociaux */
.more-social-item i {