Update landing installation section background with imageninfe.png
This commit is contained in:
@ -325,7 +325,10 @@ const scrollToInstall = () => {
|
||||
/* Install Guide */
|
||||
.install-section {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user