Skip to content

Commit

Permalink
fix(css): Adjust heading sizes (Fixes: #5515)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Apr 2, 2024
1 parent 27757bb commit 4210d28
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,19 @@ div.ProseMirror {
}

h1 {
font-size: 36px;
font-size: 30px;
}

h2 {
font-size: 30px;
font-size: 26px;
}

h3 {
font-size: 24px;
font-size: 23px;
}

h4 {
font-size: 21px;
font-size: 20px;
}

h5 {
Expand All @@ -142,6 +142,7 @@ div.ProseMirror {

h6 {
font-size: var(--default-font-size);
font-weight: 700;
}

img {
Expand Down

0 comments on commit 4210d28

Please sign in to comment.