From a9500f80a2a5916b4c8e527438f3be1b9a899b98 Mon Sep 17 00:00:00 2001 From: mashehu Date: Sat, 3 Feb 2024 08:46:03 +0100 Subject: [PATCH] fix footer on mobile --- src/components/footer/Footer.astro | 5 ++--- src/layouts/PageLayout.astro | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/footer/Footer.astro b/src/components/footer/Footer.astro index 526adc64cd..de253c0cc3 100644 --- a/src/components/footer/Footer.astro +++ b/src/components/footer/Footer.astro @@ -4,12 +4,12 @@ import NfCoreLogo from '/images/logo/nf-core-logo.svg?raw'; import IconSocial from '@components/IconSocial.astro'; --- -