fix: stack NowPlayingStats vertically and tighten footer padding at xs (<=599px)
This commit is contained in:
@@ -26,3 +26,10 @@
|
||||
text-transform: uppercase;
|
||||
margin-top: 0.4rem;
|
||||
}
|
||||
|
||||
@media (max-width: 599px) {
|
||||
.hero-stat-row {
|
||||
flex-direction: column;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user