fixes
All checks were successful
build-website / build (push) Successful in 1m36s

This commit is contained in:
2025-09-21 15:27:21 +02:00
parent 81a8c6cf4b
commit 36046ca864
2 changed files with 14 additions and 11 deletions

View File

@@ -209,7 +209,7 @@ onMounted(() => {
.scroll-to-explore {
margin-top: auto;
margin-bottom: var(--space-md);
margin-bottom: calc(max(var(--safe-area-cover-bottom, 0px), var(--space-lg)));
display: flex;
flex-direction: column;
align-items: center;