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;