From 035a2090a9d4e023d9875091b1981322eae470f0 Mon Sep 17 00:00:00 2001 From: Josevi Canet Date: Fri, 29 Aug 2025 06:20:43 +0200 Subject: [PATCH] Footer responsive --- tailwind/custom/base.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tailwind/custom/base.css b/tailwind/custom/base.css index 52243af..4d61e99 100644 --- a/tailwind/custom/base.css +++ b/tailwind/custom/base.css @@ -10,6 +10,10 @@ body { @apply bg-background font-sans; } +#topbar-footer { + @apply bg-primary h-[5vw] w-full; + background: url("assets/img/topbar-footer.jpg") no-repeat center top; +} footer { @apply bg-secondary w-full text-white; @@ -24,6 +28,12 @@ footer { } } } + .footer-text-and-icons { + @apply font-roboto flex w-full flex-col items-start justify-between gap-4 py-8 text-sm md:ml-0 md:flex-row md:items-center md:gap-8; + .w-1\/4 { + @apply w-full justify-start pl-8 md:w-1/4 md:justify-center md:pl-0; + } + } } #header-menu {