Skip to content

Commit 12aca70

Browse files
committed
Update Hero.js
1 parent 2b37d8c commit 12aca70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/Home/Hero.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ const StyledHero = styled.section`
9797
content: none;
9898
}
9999
}
100+
@media (max-width: 540px) {
101+
padding-top: 45vh;
102+
}
100103
`;
101104

102105
// Circle Button

0 commit comments

Comments
 (0)