hero mobile style

This commit is contained in:
isUnknown 2026-02-24 17:19:23 +01:00
parent 940788a02d
commit 506932e6f2
3 changed files with 5 additions and 5 deletions

View file

@ -130,7 +130,7 @@ body.no-scroll {
// ---- HERO ----
section#hero {
height: calc(100vh - 3.5rem);
height: calc(100dvh - 3.5rem);
text-align: center;
align-items: center;
padding: 25vh var(--padding-body) 3rem;
@ -142,7 +142,7 @@ body.no-scroll {
}
.subtitle {
margin-bottom: 2rem;
margin-bottom: 2vh;
}
#preorder-button {