mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-26 10:18:02 +01:00
fixup! Fixed: Reduce font size for series title on series details
This commit is contained in:
parent
58e2fad889
commit
4abb86bf4a
1 changed files with 6 additions and 0 deletions
|
|
@ -161,6 +161,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