Skip to content

Commit

Permalink
tenative fix for overflowing triple line playlist titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Astromations committed Jul 7, 2023
1 parent f53a59f commit 45bd098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -949,8 +949,8 @@
/*----ARTIST PAGE---- */

.main-entityHeader-title h1 {
font-size: 56px !important;
line-height: 56px !important;
font-size: 50px !important;
line-height: 50px !important;
}

/* Color Artist Image */
Expand Down

0 comments on commit 45bd098

Please sign in to comment.