From 44f879cd404db3651fd7d4b0642219f8cddfa894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 20 Jul 2025 14:59:29 +0400 Subject: [PATCH] feat: use grid for footer social links --- css/styles.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/css/styles.css b/css/styles.css index 38d0778..c2bfb2f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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 {