From d2c26a7493a2a73d8ebedce737ebb089bae45145 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 20 Nov 2025 10:24:34 +0100 Subject: [PATCH] FEATURE adding fwb logo and mention on footer --- 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 30f5da5..5f60a17 100644 --- a/resources/css/layout/footer.css +++ b/resources/css/layout/footer.css @@ -70,7 +70,7 @@ footer { } img { - @apply w-52 max-w-full h-auto object-contain; + @apply w-48 max-w-full h-auto object-contain opacity-90; } }