From d1a96c5c67b7f3a59f4ed8fbd36cb037a4fd7fea Mon Sep 17 00:00:00 2001 From: Gerwin Kuijntjes Date: Thu, 2 Apr 2026 14:06:09 +0200 Subject: [PATCH] Make footer links vertical and nav download scroll to CTA - Footer links now stack vertically instead of horizontal row - Nav "Download" button scrolls to the #download CTA section instead of linking directly to the App Store Co-Authored-By: Claude Opus 4.6 (1M context) --- landing/src/components/Footer.astro | 3 ++- landing/src/components/Nav.astro | 3 +-- landing/src/pages/index.astro | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/landing/src/components/Footer.astro b/landing/src/components/Footer.astro index 03baee6..bc5c026 100644 --- a/landing/src/components/Footer.astro +++ b/landing/src/components/Footer.astro @@ -55,7 +55,8 @@ const PLAY_STORE_URL = "https://play.google.com/store/apps/details?id=nl.resoftw } .footer-links { display: flex; - gap: 2rem; + flex-direction: column; + gap: 0.6rem; } .footer-links a { font-size: 0.85rem; diff --git a/landing/src/components/Nav.astro b/landing/src/components/Nav.astro index cc33d4a..f6aeabd 100644 --- a/landing/src/components/Nav.astro +++ b/landing/src/components/Nav.astro @@ -1,5 +1,4 @@ --- -const APP_STORE_URL = "https://apps.apple.com/nl/app/pocketgraph/id1604368926"; ---