title/artist translation in 2 lines on mobile. hide - on mobile

This commit is contained in:
j 2021-10-14 14:00:41 +01:00
commit d314ceb7ae
3 changed files with 18 additions and 7 deletions

View file

@ -21,6 +21,14 @@
h2 {
margin-bottom: var(--spacing);
}
@media screen and (max-width: 799px) {
h1, h2 {
span {
display: block;
line-height: 1.3;
}
}
}
}
}
}