From 4610c5c725477d4332e04f12c337d151483993c1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 24 Sep 2025 16:26:24 +0200 Subject: [PATCH] FEATURE Styling the social networks links component indepedently --- resources/css/layout/footer.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/resources/css/layout/footer.css b/resources/css/layout/footer.css index 362482a..bbf6764 100644 --- a/resources/css/layout/footer.css +++ b/resources/css/layout/footer.css @@ -76,21 +76,6 @@ footer { a { @apply block; } - - .social-networks-links { - @apply flex gap-2; - - .social-link { - &:after { - @apply !content-none; - } - } - .social-icon { - @apply w-full h-auto; - - width: 48px; - } - } } .mentions {