add: lp and navigation
Added... a lot of stuff
This commit is contained in:
parent
fb10e5b746
commit
c7286a60da
5 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
.home-hero {
|
||||
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("/img/hero-image.webp"); /* single color gradient for dark layer over image */
|
||||
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url("/img/hero-image.webp"); /* single color gradient for dark layer over image */
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
|
@ -11,7 +11,7 @@
|
|||
align-items: center;
|
||||
|
||||
button {
|
||||
margin: var(--padding-xxl) auto 0;
|
||||
margin: var(--padding-xxl) auto;
|
||||
}
|
||||
|
||||
.text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue