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 {