From 44643a9b96c24ad7d4bb9d136adba27f0091ea1a Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 30 Dec 2024 12:07:02 +0100 Subject: [PATCH] fix(style): Consistent alert headings --- front/src/components/ui/alert.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/ui/alert.scss b/front/src/components/ui/alert.scss index 9fe7f6eb3..9a1893082 100644 --- a/front/src/components/ui/alert.scss +++ b/front/src/components/ui/alert.scss @@ -38,7 +38,7 @@ display: flex; flex-direction: column; - h4 { + h2, h3, h4 { margin-top: 0; margin-bottom: 1.2em; }