Skip to content

Commit

Permalink
Fixed: Reduce font size for series title on series details
Browse files Browse the repository at this point in the history
(cherry picked from commit 03f5174a4b2a005aab8d1a1540f4bcb272682f2e)
  • Loading branch information
stevietv authored and mynameisbogdan committed Dec 22, 2023
1 parent 4a06ed7 commit 58e2fad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/Album/Details/AlbumDetails.css
Expand Up @@ -147,6 +147,12 @@
.headerContent {
padding: 15px;
}

.title {
font-weight: 300;
font-size: 30px;
line-height: 30px;
}
}

@media only screen and (max-width: $breakpointLarge) {
Expand Down

0 comments on commit 58e2fad

Please sign in to comment.