mirror of
https://github.com/bigchaindb/site.git
synced 2024-12-24 18:36:11 +01:00
switch default background photo to northern lights one
This commit is contained in:
parent
f216c87d3d
commit
20a3b73d1c
@ -1,6 +1,5 @@
|
||||
.header {
|
||||
@extend .background--photo;
|
||||
background-position: bottom;
|
||||
}
|
||||
|
||||
.header__title {
|
||||
|
@ -97,7 +97,11 @@ $menu-height-md: 73px;
|
||||
// Video hero
|
||||
//
|
||||
.hero-video {
|
||||
|
||||
// hide color overlay to prevent double overlays
|
||||
// color overlay of hero-video__background will take over
|
||||
@media ($screen-md) {
|
||||
&:before { display: none }
|
||||
}
|
||||
}
|
||||
|
||||
.hero-video .menu,
|
||||
|
@ -107,7 +107,7 @@
|
||||
text-shadow: 0 1px 0 rgba(0,0,0,.1);
|
||||
|
||||
// background
|
||||
background: url('../img/photo1.jpg') no-repeat center top;
|
||||
background: url('../img/northern-lights-poster.jpg') no-repeat center center;
|
||||
background-size: cover;
|
||||
|
||||
.section-title,
|
||||
|
Loading…
Reference in New Issue
Block a user