Skip to content

Commit

Permalink
Fix global override of h6
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Mar 18, 2024
1 parent dd63020 commit 633adea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 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;
Expand Down Expand Up @@ -119,9 +125,3 @@
border-radius: .25rem;
}
}

h6 {
font-weight: bold;
margin-bottom: 1em;
margin-left: 1em;
}

0 comments on commit 633adea

Please sign in to comment.