style(ui): bigger section headings

This commit is contained in:
ArneBo 2025-03-20 09:59:05 +01:00
parent 3584e67851
commit bbc9e61937
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const size = computed(() => (Object.entries(props).find(([key, value]) => value
.pageheading { font-size: 36px; font-weight: 900; letter-spacing: -1px; }
/* Section heading, Modal heading [DEFAULT] */
.sectionheading { font-size: 20px; font-weight: 700; letter-spacing: -.5px; }
.sectionheading { font-size: 28px; font-weight: 700; letter-spacing: -.5px; }
/* Form subsection */
.subsectionheading {font-size: 16px; font-weight: 600; letter-spacing: 0; }