From bbc9e61937fe0c91e238b33ae30f12b29091bded Mon Sep 17 00:00:00 2001 From: ArneBo Date: Thu, 20 Mar 2025 09:59:05 +0100 Subject: [PATCH] style(ui): bigger section headings --- front/src/components/ui/Heading.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }