hero : add baseline

This commit is contained in:
isUnknown 2026-02-24 17:14:01 +01:00
parent d4f4ca3537
commit 940788a02d
5 changed files with 45 additions and 27 deletions

View file

@ -130,13 +130,12 @@ body.no-scroll {
// ---- HERO ----
section#hero {
height: auto;
min-height: 100vh;
height: calc(100vh - 3.5rem);
text-align: center;
align-items: center;
padding: 4rem var(--padding-body) 3rem;
background-position: 74% -44vh;
background-size: 96vh;
padding: 25vh var(--padding-body) 3rem;
background-position: 70% -51vh;
background-size: 100vh;
.title {
font-size: 4rem;
@ -147,7 +146,12 @@ body.no-scroll {
}
#preorder-button {
position: static;
margin-top: 0;
}
.baseline {
bottom: 2rem;
width: 15rem;
}
}