mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Improve artist info legibility
This commit is contained in:
parent
5fddf6a090
commit
24f3f763ec
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue