From 171c2e40c090d75694a6679cfe6de1f349dac9dc Mon Sep 17 00:00:00 2001 From: Trevi Awater Date: Tue, 31 Mar 2026 13:19:21 +0200 Subject: [PATCH] fix --- landing/src/pages/index.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/landing/src/pages/index.astro b/landing/src/pages/index.astro index c1157cf..f445326 100644 --- a/landing/src/pages/index.astro +++ b/landing/src/pages/index.astro @@ -495,6 +495,9 @@ const APP_STORE_URL = "https://apps.apple.com/nl/app/pocketgraph/id1604368926"; gap: 8px; animation: fadeUp 1s 1s both; } + @media (max-width: 768px) { + .scroll-hint { display: none; } + } .scroll-hint span { font-family: var(--font-mono); font-size: 0.65rem;