title/artist translation in 2 lines on mobile. hide - on mobile
This commit is contained in:
parent
67f76dbd66
commit
d314ceb7ae
3 changed files with 18 additions and 7 deletions
|
|
@ -21,6 +21,14 @@
|
|||
h2 {
|
||||
margin-bottom: var(--spacing);
|
||||
}
|
||||
@media screen and (max-width: 799px) {
|
||||
h1, h2 {
|
||||
span {
|
||||
display: block;
|
||||
line-height: 1.3;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue