1
0
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:
Matthias Kretschmann 2016-02-06 17:55:17 +01:00
parent f216c87d3d
commit 20a3b73d1c
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,5 @@
.header {
@extend .background--photo;
background-position: bottom;
}
.header__title {

View File

@ -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,

View File

@ -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,