Skip to content

Commit

Permalink
fix(background): homepage images
Browse files Browse the repository at this point in the history
  • Loading branch information
castrolem committed Sep 12, 2019
1 parent 4591b4a commit b10e3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/static_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
background: linear-gradient($bg-color-secondary, $bg-color-primary 50%);

@media (min-width: 48rem) {
background: no-repeat center/cover url('donate_photo_1.jpg');
background: no-repeat center/cover image_url('donate_photo_1.jpg');
}
}

#cause {
background: $bg-color-primary;

@media (min-width: 48rem) {
background: no-repeat center/cover url('donate_photo_2.jpg');
background: no-repeat center/cover image_url('donate_photo_2.jpg');
}
}

Expand Down

0 comments on commit b10e3ac

Please sign in to comment.