File tree Expand file tree Collapse file tree 1 file changed +22
-9
lines changed
Expand file tree Collapse file tree 1 file changed +22
-9
lines changed Original file line number Diff line number Diff line change 1414
1515.landing-page-top-row {
1616 @media (max-width : 1200px ) {
17- min-height : 23 vh ;
17+ min-height : 20 vh ;
1818 }
1919
2020 @media (min-width : 1200px ) {
2424
2525.landing-page-middle-row {
2626 @media (max-width : 1200px ) {
27- min-height : 52 vh ;
27+ min-height : 55 vh ;
2828 }
2929
3030 @media (min-width : 1200px ) {
5151
5252
5353 @media (max-width : 1200px ) {
54- font-size : 3rem ;
54+ font-size : 2. 3rem ;
5555 }
5656
5757 @media (min-width : 1200px ) {
356356 .landing-page-scroll-container {
357357 z-index : 20 ;
358358 position : absolute ;
359+ width : 100% ;
359360
360361 @media (max-width : 1200px ) {
361- bottom : 20% ;
362- left : 43% ;
362+ bottom : 0px ;
363363 }
364364
365365 @media (min-width : 1200px ) {
366- bottom : 30% ;
367- left : 45% ;
366+ bottom : 10% ;
368367 }
369368 padding : 1rem ;
370369 text-align : center ;
371370 }
372371
373372 .landing-page-scroll-text {
374- font-size : 1.4rem ;
373+
374+ @media (max-width : 1200px ) {
375+ font-size : 1rem ;
376+ }
377+
378+ @media (min-width : 1200px ) {
379+ font-size : 1.4rem ;
380+ }
375381 color : #005aa7 !important ;
376382 font-family : sans-serif ;
377383 margin-bottom : 0rem ;
378384 }
379385 .landing-page-scroll-icon {
380- font-size : 1.5rem ;
386+
387+ @media (max-width : 1200px ) {
388+ font-size : 1rem ;
389+ }
390+
391+ @media (min-width : 1200px ) {
392+ font-size : 1.5rem ;
393+ }
381394 color : #005aa7 !important ;
382395 animation : bounce 2s infinite ;
383396 animation-delay : 3s ;
You can’t perform that action at this time.
0 commit comments