fix: stack hero-actions buttons full-width at xs (<=599px)

This commit is contained in:
daniel-c-harvey
2026-06-07 10:06:20 -04:00
parent 80a79c1232
commit e04f780014
@@ -111,3 +111,15 @@
}
.btn-ghost:hover { border-color: var(--deepdrft-navy); }
@media (max-width: 599px) {
.hero-actions {
flex-direction: column;
align-items: stretch;
}
.btn-primary,
.btn-ghost {
text-align: center;
}
}