Fixed: Reduce font size for series title on series details

Closes #6087
pull/6111/head
Stevie Robinson 8 months ago committed by GitHub
parent 0219f84789
commit 03f5174a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save