sack off particles for now

This commit is contained in:
czmj
2017-09-23 21:51:04 +01:00
parent 89f8c7e505
commit 959fab1581
4 changed files with 2 additions and 157 deletions

View File

@ -174,7 +174,7 @@ body.is-mobile {
body.landing {
#page-wrapper {
@include vendor('background-image', ('linear-gradient(top, rgba(0,0,0,0.2), rgba(0,0,0,0.4))', 'url("../../assets/images/banner.jpg")'));
@include vendor('background-image', ('linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5))', 'url("../../assets/images/banner.jpg")'));
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
@ -199,7 +199,7 @@ body.is-mobile {
#banner,
.wrapper.style4 {
@include vendor('background-image', 'url("../../assets/images/banner.jpg")');
@include vendor('background-image', ('linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5))', 'url("../../assets/images/banner.jpg")'));
background-position: center center;
background-repeat: no-repeat;
background-size: cover;