Skip to content

Commit e2bca82

Browse files
Update styles.css
1 parent cbe37af commit e2bca82

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

styles.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,14 @@ body.has-fixed-nav{padding-top:72px}
191191
user-select: none;
192192
}
193193
.i-tip:hover { box-shadow: 0 0 0 2px rgba(229,201,122,.18); }
194+
195+
196+
/* Align second CTA row (PDF buttons) to the right on desktop */
197+
.hero .cta-row--secondary {
198+
justify-content: flex-end;
199+
}
200+
201+
/* Keep mobile centered for neat stacking */
202+
@media (max-width: 720px) {
203+
.hero .cta-row--secondary { justify-content: center; }
204+
}

0 commit comments

Comments
 (0)