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 {

View file

@ -902,7 +902,7 @@ body.no-scroll {
scroll-margin-top: 5.8125rem;
}
section#hero {
height: calc(100vh - 3.5rem);
height: calc(100dvh - 3.5rem);
text-align: center;
align-items: center;
padding: 25vh var(--padding-body) 3rem;
@ -913,7 +913,7 @@ body.no-scroll {
font-size: 4rem;
}
section#hero .subtitle {
margin-bottom: 2rem;
margin-bottom: 2vh;
}
section#hero #preorder-button {
margin-top: 0;

File diff suppressed because one or more lines are too long