adjust hero cover
This commit is contained in:
parent
f77c0cf47e
commit
0fde6a64b8
6 changed files with 13 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue