We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39dc6a7 commit 25350c6Copy full SHA for 25350c6
src/components/sections/hero.js
@@ -12,13 +12,9 @@ const StyledHeroSection = styled.section`
12
height: 100vh;
13
padding: 0;
14
15
- @media (max-width: 480px) and (min-height: 700px) {
16
- padding-bottom: 10vh;
17
- }
18
-
19
- @media (max-height: 650px) {
+ @media (max-height: 700px) and (min-width: 700px), (max-width: 360px) {
20
height: auto;
21
- padding-top: calc(var(--nav-height) + 30px);
+ padding-top: var(--nav-height);
22
}
23
24
h1 {
0 commit comments