fix(layout): fix issue with background on mobiles

Closes #36
pull/46/head
KostyaDanovsky 2016-05-18 19:59:16 +03:00
parent 0b1ebc6bdc
commit 03cd1788a8
1 changed files with 1 additions and 1 deletions

View File

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