Skip to content

Commit

Permalink
Fix transition
Browse files Browse the repository at this point in the history
  • Loading branch information
bchiang7 committed Dec 13, 2022
1 parent e147377 commit 39dc6a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/sections/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ const StyledHeroSection = styled.section`
flex-direction: column;
align-items: flex-start;
min-height: 100vh;
height: 100vh;
padding: 0;
@media (max-width: 480px) and (min-height: 700px) {
padding-bottom: 10vh;
}
@media (max-height: 650px) {
min-height: auto;
height: auto;
padding-top: calc(var(--nav-height) + 30px);
}
Expand Down

0 comments on commit 39dc6a7

Please sign in to comment.