Skip to content

Commit

Permalink
Fix backgrounds image changing size on macOS download
Browse files Browse the repository at this point in the history
  • Loading branch information
rsubtil committed Dec 2, 2023
1 parent 5048579 commit a8c7b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1093,11 +1093,11 @@ section.hero {
}

section.hero .background-image {
width: 100%;
width: 150%;
height: 100%;
position: absolute;
opacity: 0.6;
background-position: center;
background-position: center top;
background-repeat: no-repeat;
background-blend-mode: darken;
background-size: cover;
Expand Down

0 comments on commit a8c7b1a

Please sign in to comment.