New: Increased the font size of section titles on desktop and tv layout
This commit is contained in:
parent
729214c2aa
commit
e00277056c
1 changed files with 7 additions and 0 deletions
|
|
@ -611,6 +611,13 @@ html {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
.layout-desktop .sectionTitle,
|
||||||
|
.layout-tv .sectionTitle {
|
||||||
|
font-size: 1.5rem !important;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
.sectionTitleContainer-cards {
|
.sectionTitleContainer-cards {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue