Align hero content grid and tweak iOS theme color
All checks were successful
build-website / build (push) Successful in 1m35s

This commit is contained in:
2025-09-21 16:00:23 +02:00
parent c9e8dce4d4
commit 0af4588927
3 changed files with 14 additions and 11 deletions

View File

@@ -219,7 +219,7 @@ onMounted(() => {
.scroll-to-explore {
margin-top: auto;
margin-bottom: calc(max(var(--safe-area-cover-bottom, 0px), clamp(2.5rem, 10vh, 4rem)));
margin-bottom: calc(var(--safe-area-cover-bottom, 0px) + clamp(0.75rem, 2vh, 1.75rem));
display: flex;
flex-direction: column;
align-items: center;
@@ -229,6 +229,7 @@ onMounted(() => {
opacity: 0.8;
transition: all 0.3s ease;
animation: bounce 2s infinite;
justify-self: center;
}
.scroll-to-explore:hover {