Fixed: Reduce font size for series title on series details

(cherry picked from commit 03f5174a4b2a005aab8d1a1540f4bcb272682f2e)

Closes #9301
Closes #9302
This commit is contained in:
Stevie Robinson 2023-10-17 08:55:48 +02:00 committed by Bogdan
parent 0591d05c3b
commit f2357e0b60
1 changed files with 6 additions and 0 deletions

View File

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