From fb66bd3e18d817c5a78ce02d556da3890d50cc2d Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Thu, 7 Sep 2023 13:26:20 +0200 Subject: [PATCH] fix(cards): Allow usage of semantic headings without breaking the style --- src/components/card/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/card/style.scss b/src/components/card/style.scss index 5e5b659..4268b49 100644 --- a/src/components/card/style.scss +++ b/src/components/card/style.scss @@ -31,6 +31,11 @@ margin: 0 auto; } + > h1, h2, h3, h4, h5, h6 { + margin: 0; + padding: 0; + } + > .card-title { line-height: 1.3em; font-size: 1.125em; -- GitLab