This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
src/pages/app-opportunities Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 {
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 {
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 {
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 {
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 {
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 {
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 ,
You can’t perform that action at this time.
0 commit comments