Skip to content

Commit

Permalink
♻️ refactor: increased hero height
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayngie committed Jan 22, 2024
1 parent 87016c7 commit b628415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styles/StyledHero.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const StyledHero = styled.section `
font-size: 1.3rem;
}
@media screen and (min-width: 1000px) {
height: 70vh;
height: 80vh;
font-size: 2rem;
margin-bottom: 3%;
}
Expand Down

0 comments on commit b628415

Please sign in to comment.