diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 5c532da..5affbb0 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -23,22 +23,22 @@ const linkGroups: LinkGroup[] = [ links: [ { href: "/blog", label: "Blog" }, { href: "/press", label: "Press" }, - { href: "/brand-assets", label: "Brand Assets" }, + { href: "/brand-assets", label: "Brand" }, ], }, { - title: "Resources", + title: "Legal", links: [ - { href: "/chat", label: "Chat" }, - { href: "/status", label: "System Status" }, + { href: "/terms", label: "Terms" }, + { href: "/privacy", label: "Privacy" }, + { href: "/abuse", label: "Abuse" }, ], }, { - title: "Legal", + title: "Resources", links: [ - { href: "/terms", label: "Terms of Service" }, - { href: "/privacy", label: "Privacy Policy" }, - { href: "/abuse", label: "Restricted Use" }, + { href: "/chat", label: "Chat" }, + { href: "/status", label: "Status" }, ], }, ]; @@ -130,7 +130,7 @@ const linkGroups: LinkGroup[] = [ align-items: center; } - @media (width < 760px) { + @media (width < 900px) { flex-direction: column; gap: var(--space-xl); @@ -193,7 +193,7 @@ const linkGroups: LinkGroup[] = [ display: flex; flex-direction: column; align-items: flex-start; - width: 13ch; + width: 12ch; > * { padding-block: var(--space-2xs);