Skip to content

Commit

Permalink
fix(ui): use .knowledge-content before title tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Nov 21, 2022
1 parent bff2707 commit 976aa9e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
}

.knowledge-content h1,
h2,
h3,
h4 {
.knowledge-content h2,
.knowledge-content h3,
.knowledge-content h4 {
@apply my-6 mx-0 font-medium w-max;
}

.knowledge-content h1 {
font-size: 1.6rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
Expand Down

0 comments on commit 976aa9e

Please sign in to comment.