From 0f47ea2c9312b90cd4a43c9516c8525b992a75d5 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 3 Sep 2025 12:23:58 +0200 Subject: [PATCH] RESPONSIVE FIX flex content --- resources/css/layout/footer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/layout/footer.css b/resources/css/layout/footer.css index 2e18306..48b50b8 100644 --- a/resources/css/layout/footer.css +++ b/resources/css/layout/footer.css @@ -101,7 +101,7 @@ footer { } } ul { - @apply w-full flex gap-x-4 justify-between pt-12; + @apply w-full flex flex-col lg:flex-row flex-wrap gap-x-4 justify-between pt-12; li { @apply text-primary; }