style(ui): bigger section headings
This commit is contained in:
parent
3584e67851
commit
bbc9e61937
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue