reduce Series Title on SeriesDetails when on small screen

This commit is contained in:
Stevie Robinson 2023-10-11 19:13:25 +02:00
parent 076aaba908
commit ce45f69945
1 changed files with 6 additions and 0 deletions

View File

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