scuf-radio-frontend/public/css/index.m.css

14 lines
230 B
CSS
Raw Normal View History

2024-11-21 21:04:05 +03:00
@media only screen and (max-width: 800px) {
header {
font-size: 1.4rem;
}
#current-song {
line-height: 1.4em;
flex-direction: column;
}
#current-date {
font-size: 1rem;
}
}