Skip to content

Commit 58e2fad

Browse files
stevietvmynameisbogdan
authored andcommittedDec 22, 2023
Fixed: Reduce font size for series title on series details
(cherry picked from commit 03f5174a4b2a005aab8d1a1540f4bcb272682f2e)
1 parent 4a06ed7 commit 58e2fad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎frontend/src/Album/Details/AlbumDetails.css

+6
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@
147147
.headerContent {
148148
padding: 15px;
149149
}
150+
151+
.title {
152+
font-weight: 300;
153+
font-size: 30px;
154+
line-height: 30px;
155+
}
150156
}
151157

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

0 commit comments

Comments
 (0)
Please sign in to comment.