diff --git a/front/src/components/ui/Heading.vue b/front/src/components/ui/Heading.vue index 4531ee0d8..e8c608fcd 100644 --- a/front/src/components/ui/Heading.vue +++ b/front/src/components/ui/Heading.vue @@ -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; }