fix: stack NowPlayingStats vertically and tighten footer padding at xs (<=599px)

This commit is contained in:
daniel-c-harvey
2026-06-07 09:43:51 -04:00
parent a2b8b12bf0
commit 5d3ea49de8
2 changed files with 20 additions and 0 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;
}
}