File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ sup {
242
242
}
243
243
.sticky-header {
244
244
position : fixed ;
245
+ z-index : 5 ;
245
246
top : 0 ;
246
247
left : 0 ;
247
248
width : 100vw ;
Original file line number Diff line number Diff line change @@ -2835,7 +2835,7 @@ $usgsBlue: #032a56;
2835
2835
.grid-container {
2836
2836
display : grid ;
2837
2837
grid-template-columns : 3fr 0.5fr ;
2838
- grid-template-rows : auto 10em auto 10 em ;
2838
+ grid-template-rows : auto 10em auto 3 em ;
2839
2839
grid-template-areas :
2840
2840
" title chevron"
2841
2841
" textbox textbox"
@@ -2847,7 +2847,7 @@ $usgsBlue: #032a56;
2847
2847
position : sticky ;
2848
2848
left : 10px ;
2849
2849
top : 81px ;
2850
- height : 88 vh ;
2850
+ height : 86 vh ;
2851
2851
@media (min-width : 950px ){
2852
2852
width : 70vw ;
2853
2853
max-width : 1400px ;
@@ -2857,6 +2857,7 @@ $usgsBlue: #032a56;
2857
2857
" title title chevron"
2858
2858
" textbox chart chart"
2859
2859
" navigation navigation navigation" ;
2860
+ height : 88vh ;
2860
2861
}
2861
2862
}
2862
2863
.title-text {
@@ -2880,13 +2881,14 @@ $usgsBlue: #032a56;
2880
2881
justify-self : center ;
2881
2882
height : 95% ;
2882
2883
width : 95% ;
2883
- max-height : 60 vh ;
2884
+ max-height : 40 vh ;
2884
2885
display : flex ;
2885
2886
display : -webkit-flex ;
2886
2887
justify-content : space-between ;
2887
2888
-webkit-justify-content : space-between ;
2888
2889
@media (min-width : 950px ){
2889
2890
height : 60vh ;
2891
+ max-height : 60vh ;
2890
2892
}
2891
2893
}
2892
2894
.textBox {
@@ -2904,7 +2906,7 @@ $usgsBlue: #032a56;
2904
2906
}
2905
2907
// currently empty scroll-by divs used to trigger animation
2906
2908
.scrolly {
2907
- height :55 vh ;
2909
+ height :85 vh ;
2908
2910
@media (min-width : 950px ){
2909
2911
height :55vh ;
2910
2912
}
@@ -2995,7 +2997,14 @@ $usgsBlue: #032a56;
2995
2997
left : 50% ;
2996
2998
bottom : 20px ;
2997
2999
transform : translate (-50% , -50% );
3000
+ top : 1em ;
2998
3001
margin : 0 auto ;
3002
+ width : 95vw ;
3003
+ align-self : center ;
3004
+ text-align : center ;
3005
+ @media (min-width : 950px ){
3006
+ width : auto ;
3007
+ }
2999
3008
}
3000
3009
.circleForm { // circle shape and sizing
3001
3010
color : white ;
You can’t perform that action at this time.
0 commit comments