From: Adam Dullage Date: Mon, 27 Nov 2023 15:21:34 +0000 (+0000) Subject: Reduced heading font-size X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=32551c2241f287caad40cb691391a00e04f1356b;p=flatnotes.git Reduced heading font-size --- diff --git a/flatnotes/src/components/NoteViewerEditor.vue b/flatnotes/src/components/NoteViewerEditor.vue index e46b734..e2602e1 100644 --- a/flatnotes/src/components/NoteViewerEditor.vue +++ b/flatnotes/src/components/NoteViewerEditor.vue @@ -107,7 +107,7 @@ .title, .title-input { - font-size: 2.25rem; + font-size: 1.75rem; font-weight: bold; line-height: 1.4; } diff --git a/flatnotes/src/toastui-editor-overrides.scss b/flatnotes/src/toastui-editor-overrides.scss index 5cd8697..e38bcd0 100644 --- a/flatnotes/src/toastui-editor-overrides.scss +++ b/flatnotes/src/toastui-editor-overrides.scss @@ -39,27 +39,27 @@ h1, .toastui-editor-md-heading1 { - font-size: 2.25rem; + font-size: 1.75rem; } h2, .toastui-editor-md-heading2 { - font-size: 2rem; + font-size: 1.6rem; } h3, .toastui-editor-md-heading3 { - font-size: 1.75rem; + font-size: 1.45rem; } h4, .toastui-editor-md-heading4 { - font-size: 1.5rem; + font-size: 1.3rem; } h5, .toastui-editor-md-heading5 { - font-size: 1.25rem; + font-size: 1.15rem; } h6,