This commit is contained in:
Trevi Awater
2026-03-31 13:19:21 +02:00
parent 4407d0883c
commit 171c2e40c0

View File

@@ -495,6 +495,9 @@ const APP_STORE_URL = "https://apps.apple.com/nl/app/pocketgraph/id1604368926";
gap: 8px; gap: 8px;
animation: fadeUp 1s 1s both; animation: fadeUp 1s 1s both;
} }
@media (max-width: 768px) {
.scroll-hint { display: none; }
}
.scroll-hint span { .scroll-hint span {
font-family: var(--font-mono); font-family: var(--font-mono);
font-size: 0.65rem; font-size: 0.65rem;