1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-22 07:42:28 +00:00

fixup! Fixed: Reduce font size for series title on series details

This commit is contained in:
Bogdan 2023-12-22 03:17:25 +02:00
parent 58e2fad889
commit 4abb86bf4a

View file

@ -161,6 +161,12 @@
.headerContent {
padding: 15px;
}
.title {
font-weight: 300;
font-size: 30px;
line-height: 30px;
}
}
@media only screen and (max-width: $breakpointLarge) {