2024-11-21 21:04:05 +03:00
|
|
|
@media only screen and (max-width: 800px) {
|
2024-11-24 16:20:47 +03:00
|
|
|
header {
|
|
|
|
font-size: 1.4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-song {
|
|
|
|
line-height: 1.4em;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-date {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#song-list {
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#list-previous {
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry-details,
|
|
|
|
.entry-length {
|
|
|
|
text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000,
|
|
|
|
1px -1px 0 #000;
|
|
|
|
}
|
|
|
|
}
|