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; -}