Skip to content

Commit

Permalink
Merge pull request #5594 from nextcloud/fix/heading_css
Browse files Browse the repository at this point in the history
fix(css): Adjust heading sizes (Fixes: #5515)
  • Loading branch information
juliusknorr authored Apr 3, 2024
2 parents fe105c2 + 81f07ce commit 5cc7750
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cypress/snapshots/base/print.spec.js/print view in viewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 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 Down

0 comments on commit 5cc7750

Please sign in to comment.