New: Increased the font size of section titles on desktop and tv layout

This commit is contained in:
lscambo13
2025-05-30 11:10:03 -07:00
parent 729214c2aa
commit e00277056c

View File

@@ -611,6 +611,13 @@ html {
font-weight: 400;
font-size: 1.25rem;
} */
.layout-desktop .sectionTitle,
.layout-tv .sectionTitle {
font-size: 1.5rem !important;
box-sizing: border-box;
}
.sectionTitleContainer-cards {
padding-top: 0;
}