Skip to content

Commit

Permalink
fix: set homepage background size to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
ricciardelli committed Jul 2, 2024
1 parent b04156f commit a875690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/layouts/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

background-image: url($baseurl + '/assets/images/bg-home-primary.png');
background-repeat: no-repeat;
background-size: 100%;
p {
margin: 2rem 0;
}
Expand Down

0 comments on commit a875690

Please sign in to comment.