Skip to content

Commit

Permalink
fix(layout): fix issue with background on mobiles
Browse files Browse the repository at this point in the history
Closes akveo#36
  • Loading branch information
KostyaDanovsky committed May 18, 2016
1 parent 0b1ebc6 commit 03cd178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/theme/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body.mobile{
background-attachment: inherit;
background-color: $body-bg;
}
&.blur-theme {
&.blur-theme .body-bg{
@include main-background();
}
}
Expand Down

0 comments on commit 03cd178

Please sign in to comment.