adjust hero cover

This commit is contained in:
isUnknown 2026-02-24 10:02:05 +01:00
parent f77c0cf47e
commit 0fde6a64b8
6 changed files with 13 additions and 9 deletions

View file

@ -1,5 +1,5 @@
#presse {
scroll-margin-top: 100vh;
scroll-margin-top: 0vh;
}
body > footer {

View file

@ -131,10 +131,12 @@ body.no-scroll {
// ---- HERO ----
section#hero {
height: auto;
min-height: 60vh;
min-height: 100vh;
text-align: center;
align-items: center;
padding: 4rem var(--padding-body) 3rem;
background-position: 74% -44vh;
background-size: 96vh;
.title {
font-size: 4rem;

View file

@ -1,7 +1,7 @@
section#system {
display: flex;
justify-content: space-between;
padding: 10rem min(15vw, 100%);
padding: 10rem 0 10rem min(15vw, 100%);
.text {
display: flex;
@ -41,10 +41,10 @@ section#system {
}
figure {
width: 55%;
height: 46vw;
width: 70vw;
height: 40vw;
img {
object-fit: cover;
object-fit: contain;
width: 100%;
height: 100%;
}

View file

@ -727,7 +727,7 @@ section#buy img {
}
#presse {
scroll-margin-top: 100vh;
scroll-margin-top: 0vh;
}
body > footer {
@ -897,10 +897,12 @@ body.no-scroll {
}
section#hero {
height: auto;
min-height: 60vh;
min-height: 100vh;
text-align: center;
align-items: center;
padding: 4rem var(--padding-body) 3rem;
background-position: 74% -44vh;
background-size: 96vh;
}
section#hero .title {
font-size: 4rem;

File diff suppressed because one or more lines are too long