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

Commit 9367d36

Browse files
fix(app-opportunities): update mobile height of header
1 parent bc3543e commit 9367d36

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
background-size: contain;
2323
margin-top: 0;
2424
padding-top: 60px;
25-
height: 100vh;
25+
height: 110vh;
2626
background-image: url('/assets/opportunities/opportunities-mobile-header-animated.svg');
2727
}
2828
}
@@ -43,7 +43,7 @@
4343
margin-top: 0;
4444
padding-top: 50px;
4545
background-position: bottom;
46-
height: 100vh;
46+
height: 110vh;
4747
background-image: url('/assets/opportunities/opportunities-mobile-transition-dev.svg');
4848
}
4949
}
@@ -64,7 +64,7 @@
6464
margin-top: 0;
6565
padding-top: 50px;
6666
background-position: bottom;
67-
height: 100vh;
67+
height: 110vh;
6868
background-image: url('/assets/opportunities/opportunities-mobile-transition-design.svg');
6969
}
7070
}
@@ -85,7 +85,7 @@
8585
margin-top: 0;
8686
padding-top: 50px;
8787
background-position: bottom;
88-
height: 100vh;
88+
height: 110vh;
8989
background-image: url('/assets/opportunities/opportunities-mobile-transition-dev-design.svg');
9090
}
9191
}
@@ -106,7 +106,7 @@
106106
margin-top: 0;
107107
padding-top: 50px;
108108
background-position: bottom;
109-
height: 100vh;
109+
height: 110vh;
110110
background-image: url('/assets/opportunities/opportunities-mobile-transition-design-dev.svg');
111111
}
112112
}
@@ -127,7 +127,7 @@
127127
margin-top: 0;
128128
background-position: bottom;
129129
padding-top: 50px;
130-
height: 100vh;
130+
height: 110vh;
131131
background-image: url('/assets/opportunities/opportunities-mobile-dev-active.svg');
132132
}
133133
}
@@ -148,7 +148,7 @@
148148
margin-top: 0;
149149
padding-top: 50px;
150150
background-position: bottom;
151-
height: 100vh;
151+
height: 110vh;
152152
background-image: url('/assets/opportunities/opportunities-mobile-design-active.svg');
153153
}
154154
}

0 commit comments

Comments
 (0)