Improve artist info legibility

This commit is contained in:
Denevola 2022-11-02 14:17:22 +09:00
parent 5fddf6a090
commit 24f3f763ec

View file

@ -50,6 +50,7 @@ const artist = useArtist(),
h2 {
padding: 1rem;
font-size: 2rem;
font-weight: bold;
}
p {
--line: 3;
@ -59,7 +60,7 @@ p {
hyphens: auto;
margin: 1rem;
font-size: 1rem;
line-height: 1.25rem;
line-height: 1.5rem;
overflow: hidden;
}
p.more {