From 26a93eb446186928c49cc97789dc4364e8bb13fa Mon Sep 17 00:00:00 2001 From: Josevi Canet Date: Sun, 31 Aug 2025 10:32:25 +0200 Subject: [PATCH] update topbarfooter --- tailwind/custom/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind/custom/base.css b/tailwind/custom/base.css index 110269a..4969fa7 100644 --- a/tailwind/custom/base.css +++ b/tailwind/custom/base.css @@ -11,8 +11,8 @@ body { } #topbar-footer { - @apply bg-primary h-[5vw] w-full; background: url("assets/img/topbar-footer.jpg") no-repeat center top; + @apply h-[5vw] w-full bg-cover; } footer { @apply bg-secondary w-full text-white;