From 47ff86dfa0dafea55b4097cd83c63b721fd2f02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 20 Jul 2025 12:37:14 +0400 Subject: [PATCH] fix: align social links in footer --- css/styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index b22f8ce..38d0778 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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 {