Update landing installation section background with imageninfe.png
This commit is contained in:
BIN
frontend/public/landing-install-bg.png
Normal file
BIN
frontend/public/landing-install-bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 MiB |
@ -325,7 +325,10 @@ const scrollToInstall = () => {
|
|||||||
/* Install Guide */
|
/* Install Guide */
|
||||||
.install-section {
|
.install-section {
|
||||||
padding: 160px 24px;
|
padding: 160px 24px;
|
||||||
background: #0a0a0a;
|
background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/landing-install-bg.png');
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.install-container {
|
.install-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user