From 0a68f0f2dc87a5aba7f33b3d5e201bf76ce1daf1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 19 Jun 2025 16:09:46 +0200 Subject: [PATCH] FEATURE Introducing social networks links and icons --- resources/css/layout/footer.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/css/layout/footer.css b/resources/css/layout/footer.css index f3622df..95e827b 100644 --- a/resources/css/layout/footer.css +++ b/resources/css/layout/footer.css @@ -67,6 +67,16 @@ footer { a { @apply block; } + + .social-networks-links { + @apply flex gap-2; + + .social-icon { + @apply w-full h-auto; + + max-width: 48px; + } + } } }