Merge branch 'hero-xs' into dev

This commit is contained in:
daniel-c-harvey
2026-06-07 10:06:23 -04:00
@@ -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;
}
}