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;
}
}