Skip to content

Commit

Permalink
Merge pull request #5598 from nextcloud/backport/5594/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(css): Adjust heading sizes (Fixes: #5515)
  • Loading branch information
mejo- committed Apr 3, 2024
2 parents ddcfddf + eb6f1ba commit 399ca64
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 399ca64

Please sign in to comment.