File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 622622
623623 .hero {
624624 min-height : 100vh ; position : relative;
625- display : flex; flex-direction : column; justify-content : center;
626- padding : var (--space-xl ) clamp ( 200 px , 20 vw , 320 px ) var (--space-lg ) var (--space-lg );
625+ display : flex; flex-direction : column; justify-content : center; align-items : center; text-align : center;
626+ padding : var (--space-xl ) var (--space-lg ) var (--space-lg );
627627 }
628628
629629 .hero-eyebrow { display : flex; align-items : center; gap : 16px ; margin-bottom : var (--space-md ); }
657657
658658 .hero-description {
659659 font-size : clamp (14px , 1.5vw , 18px ); line-height : 1.8 ;
660- color : # ffffff ; max-width : 600px ;
660+ color : # ffffff ; max-width : 600px ; margin-left : auto; margin-right : auto;
661661 margin-bottom : var (--space-lg );
662662 opacity : 0 ; animation : fadeUp var (--duration-slow ) var (--ease-out ) 0.8s forwards;
663663 }
You can’t perform that action at this time.
0 commit comments