Skip to content

Commit

Permalink
Make Miron's requests
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jul 24, 2024
1 parent 2b1bc93 commit 2b4a4da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/css/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ layout: blank
{% include /get/hero_story.liquid %}

#hero-image {
background: url({{ hero_story.banner_src | relative_url }}) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background: url({{ hero_story.banner_src | relative_url }}) center;
}

#hero-content-container {
Expand Down

0 comments on commit 2b4a4da

Please sign in to comment.