Skip to content

Commit 79307ed

Browse files
Update styles.css
1 parent b4cbb8f commit 79307ed

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

styles.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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 ===== */

0 commit comments

Comments
 (0)