Skip to content

Commit

Permalink
fix(*): Adjusted hero size
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Nov 29, 2021
1 parent c8d1cc6 commit 7a9526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layout/Hero/styledHero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const HeroContainer = styled.div`
),
url(${houston});
background-position: center;
height: 40vh;
height: 60vh;
margin: 0;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 7a9526e

Please sign in to comment.