Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 8e6d39c

Browse files
fix(app-opportunities): add additional media query for smaller
1 parent 9367d36 commit 8e6d39c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/pages/app-opportunities/app-opportunities.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
height: 110vh;
2626
background-image: url('/assets/opportunities/opportunities-mobile-header-animated.svg');
2727
}
28+
@media (max-height: 640px) {
29+
height: 120vh;
30+
}
2831
}
2932

3033
&.header-transition-dev {
@@ -46,6 +49,9 @@
4649
height: 110vh;
4750
background-image: url('/assets/opportunities/opportunities-mobile-transition-dev.svg');
4851
}
52+
@media (max-height: 640px) {
53+
height: 120vh;
54+
}
4955
}
5056

5157
&.header-transition-design {
@@ -67,6 +73,9 @@
6773
height: 110vh;
6874
background-image: url('/assets/opportunities/opportunities-mobile-transition-design.svg');
6975
}
76+
@media (max-height: 640px) {
77+
height: 120vh;
78+
}
7079
}
7180

7281
&.header-transition-dev-design {
@@ -88,6 +97,9 @@
8897
height: 110vh;
8998
background-image: url('/assets/opportunities/opportunities-mobile-transition-dev-design.svg');
9099
}
100+
@media (max-height: 640px) {
101+
height: 120vh;
102+
}
91103
}
92104

93105
&.header-transition-design-dev {
@@ -109,6 +121,9 @@
109121
height: 110vh;
110122
background-image: url('/assets/opportunities/opportunities-mobile-transition-design-dev.svg');
111123
}
124+
@media (max-height: 640px) {
125+
height: 120vh;
126+
}
112127
}
113128

114129
&.header-dev-active {
@@ -130,6 +145,9 @@
130145
height: 110vh;
131146
background-image: url('/assets/opportunities/opportunities-mobile-dev-active.svg');
132147
}
148+
@media (max-height: 640px) {
149+
height: 120vh;
150+
}
133151
}
134152

135153
&.header-design-active {
@@ -151,6 +169,10 @@
151169
height: 110vh;
152170
background-image: url('/assets/opportunities/opportunities-mobile-design-active.svg');
153171
}
172+
173+
@media (max-height: 640px) {
174+
height: 120vh;
175+
}
154176
}
155177

156178
.container,

0 commit comments

Comments
 (0)