mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-20 19:51:31 +02:00
Fixed: Reduce font size for series title on series details
(cherry picked from commit 03f5174a4b2a005aab8d1a1540f4bcb272682f2e)
This commit is contained in:
parent
4a06ed7a5c
commit
58e2fad889
1 changed files with 6 additions and 0 deletions
|
|
@ -147,6 +147,12 @@
|
|||
.headerContent {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-weight: 300;
|
||||
font-size: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $breakpointLarge) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue