fix(layout): fix issue with background on mobiles

Closes #36
This commit is contained in:
KostyaDanovsky
2016-05-18 19:59:16 +03:00
parent 0b1ebc6bdc
commit 03cd1788a8

View File

@@ -33,7 +33,7 @@ body.mobile{
background-attachment: inherit;
background-color: $body-bg;
}
&.blur-theme {
&.blur-theme .body-bg{
@include main-background();
}
}