Skip to content

Commit

Permalink
fix: adding in correct value for hero section bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwilkin4 committed Jan 23, 2025
1 parent f324af7 commit 9f279c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stylesheets/HeroSection.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100%; /*Changing this to 100% breaks the homepage desktop layout*/
height: 100vh; /*Changing this to 100% breaks the homepage desktop layout*/
width: 100%;
box-shadow: inset 0 0 0 1000px rgb(34 27 49 / 57%);
object-fit: contain;
Expand Down

0 comments on commit 9f279c3

Please sign in to comment.