File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,3 +214,22 @@ body.has-fixed-nav{padding-top:72px}
214214 .hero .cta-stack { justify-items : center; }
215215 .hero .cta-stack .cta-row { justify-content : center; }
216216}
217+
218+ /* ===== SAFE8-FOX OVERRIDE (2025-09-30) — CTA two-row alignment: share the same LEFT edge ===== */
219+ .hero .cta-stack { justify-items : start !important ; }
220+ .hero .cta-stack .cta-row { justify-content : flex-start !important ; }
221+ .hero .cta-stack .cta-row--secondary { justify-content : flex-start !important ; }
222+
223+ /* Ensure buttons don't cause overflow or wrap oddly */
224+ .hero .cta-stack .cta-row .cta {
225+ margin : 0 !important ;
226+ white-space : nowrap;
227+ flex : 0 0 auto;
228+ }
229+
230+ /* Mobile: center both rows for balance */
231+ @media (max-width : 720px ){
232+ .hero .cta-stack { justify-items : center !important ; }
233+ .hero .cta-stack .cta-row { justify-content : center !important ; }
234+ }
235+ /* ===== END SAFE8-FOX OVERRIDE ===== */
You can’t perform that action at this time.
0 commit comments