From 03cd1788a832d05c040d57bc242fbc12693074c1 Mon Sep 17 00:00:00 2001 From: KostyaDanovsky Date: Wed, 18 May 2016 19:59:16 +0300 Subject: [PATCH] fix(layout): fix issue with background on mobiles Closes #36 --- src/sass/theme/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/theme/_layout.scss b/src/sass/theme/_layout.scss index e970da4..4742f81 100644 --- a/src/sass/theme/_layout.scss +++ b/src/sass/theme/_layout.scss @@ -33,7 +33,7 @@ body.mobile{ background-attachment: inherit; background-color: $body-bg; } - &.blur-theme { + &.blur-theme .body-bg{ @include main-background(); } }