adjust hero cover
This commit is contained in:
parent
f77c0cf47e
commit
0fde6a64b8
6 changed files with 13 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#presse {
|
#presse {
|
||||||
scroll-margin-top: 100vh;
|
scroll-margin-top: 0vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > footer {
|
body > footer {
|
||||||
|
|
|
||||||
|
|
@ -131,10 +131,12 @@ body.no-scroll {
|
||||||
// ---- HERO ----
|
// ---- HERO ----
|
||||||
section#hero {
|
section#hero {
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 60vh;
|
min-height: 100vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 4rem var(--padding-body) 3rem;
|
padding: 4rem var(--padding-body) 3rem;
|
||||||
|
background-position: 74% -44vh;
|
||||||
|
background-size: 96vh;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 4rem;
|
font-size: 4rem;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
section#system {
|
section#system {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 10rem min(15vw, 100%);
|
padding: 10rem 0 10rem min(15vw, 100%);
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -41,10 +41,10 @@ section#system {
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
width: 55%;
|
width: 70vw;
|
||||||
height: 46vw;
|
height: 40vw;
|
||||||
img {
|
img {
|
||||||
object-fit: cover;
|
object-fit: contain;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -727,7 +727,7 @@ section#buy img {
|
||||||
}
|
}
|
||||||
|
|
||||||
#presse {
|
#presse {
|
||||||
scroll-margin-top: 100vh;
|
scroll-margin-top: 0vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > footer {
|
body > footer {
|
||||||
|
|
@ -897,10 +897,12 @@ body.no-scroll {
|
||||||
}
|
}
|
||||||
section#hero {
|
section#hero {
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 60vh;
|
min-height: 100vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 4rem var(--padding-body) 3rem;
|
padding: 4rem var(--padding-body) 3rem;
|
||||||
|
background-position: 74% -44vh;
|
||||||
|
background-size: 96vh;
|
||||||
}
|
}
|
||||||
section#hero .title {
|
section#hero .title {
|
||||||
font-size: 4rem;
|
font-size: 4rem;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 910 KiB After Width: | Height: | Size: 621 KiB |
Loading…
Add table
Add a link
Reference in a new issue