From fd60297ae294347ce45b99c985bd262ddd48fa18 Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 10 Dec 2024 01:25:22 -0500 Subject: [PATCH] Adjust Footer for mobile view --- src/components/global/Footer.astro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/global/Footer.astro b/src/components/global/Footer.astro index baf9c8f..43597df 100644 --- a/src/components/global/Footer.astro +++ b/src/components/global/Footer.astro @@ -18,9 +18,15 @@ import { Copyright } from "@iconoir/vue"; display: flex; justify-content: space-between; padding: 24px 0px; + @media screen and (max-width: 864px) { + flex-direction: column !important; + } div { display: flex; gap: 16px; + @media screen and (max-width: 864px) { + flex-direction: column !important; + } a { text-decoration: none; &:hover {