Merge branch 'xs-responsive' into dev

This commit is contained in:
daniel-c-harvey
2026-06-07 10:01:06 -04:00
3 changed files with 24 additions and 4 deletions
@@ -26,3 +26,10 @@
text-transform: uppercase;
margin-top: 0.4rem;
}
@media (max-width: 599px) {
.hero-stat-row {
flex-direction: column;
gap: 0.75rem;
}
}
@@ -45,4 +45,17 @@
font-size: 0.58rem;
letter-spacing: 0.12em;
color: var(--deepdrft-muted);
}
}
@media (max-width: 599px) {
.deepdrft-footer {
padding: 1.5rem;
flex-wrap: wrap;
gap: 1rem;
}
.deepdrft-footer-copy {
width: 100%;
text-align: right;
}
}
+3 -3
View File
@@ -117,7 +117,7 @@
.genre-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
@media (max-width: 599px) {
.genre-grid { grid-template-columns: repeat(2, 1fr); }
}
@@ -211,7 +211,7 @@
.feature-card:last-child { border-bottom: none; }
}
@media (max-width: 600px) {
@media (max-width: 599px) {
.features-grid { grid-template-columns: 1fr; }
.feature-card { border-right: none; border-bottom: 1px solid rgba(250, 250, 248, 0.08); }
.feature-card:last-child { border-bottom: none; }
@@ -512,7 +512,7 @@
.btn-outline-white:hover { border-color: var(--deepdrft-white); }
@media (max-width: 600px) {
@media (max-width: 599px) {
.cta-banner {
flex-direction: column;
align-items: flex-start;