From 633adeaae3e5a3ca369a6eef3a226d86d6158742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Benavente?= Date: Mon, 18 Mar 2024 14:51:55 -0300 Subject: [PATCH] Fix global override of h6 --- app/assets/stylesheets/faq.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/faq.scss b/app/assets/stylesheets/faq.scss index 32ba5241..26598645 100644 --- a/app/assets/stylesheets/faq.scss +++ b/app/assets/stylesheets/faq.scss @@ -1,4 +1,10 @@ #faq { + h6 { + font-weight: bold; + margin-bottom: 1em; + margin-left: 1em; + } + .card .card-header { border: 0; border-radius: 0 !important; @@ -119,9 +125,3 @@ border-radius: .25rem; } } - -h6 { - font-weight: bold; - margin-bottom: 1em; - margin-left: 1em; -}