Align hero content grid and tweak iOS theme color
All checks were successful
build-website / build (push) Successful in 1m35s
All checks were successful
build-website / build (push) Successful in 1m35s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user