Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2021-03-01 16:25:22 +0300
committerJulius Härtl <jus@bitgrid.net>2021-03-11 20:23:45 +0300
commit88b54b93555e18144680adfbe3b1681c37aa56cd (patch)
tree8c1b7692ad4c073a70027b5717d3413a6fe032d6 /css
parente2d3354d3c807654fd8a9fc1ffc867b52eebfa4d (diff)
Increase h2 font size to differentiate from h3
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/prosemirror.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index eb514866c..511b2f2d6 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -99,7 +99,7 @@ div.ProseMirror {
}
h2 {
- font-size: 28px;
+ font-size: 30px;
margin-top: 48px;
}