Reduced heading font-size
authorAdam Dullage <redacted>
Mon, 27 Nov 2023 15:21:34 +0000 (15:21 +0000)
committerAdam Dullage <redacted>
Mon, 27 Nov 2023 15:21:34 +0000 (15:21 +0000)
flatnotes/src/components/NoteViewerEditor.vue
flatnotes/src/toastui-editor-overrides.scss

index e46b734cf14891ec6e2be4dc835757a1a2a6f622..e2602e1cb3f5ab47da062f71f962ab16708af03e 100644 (file)
 
 .title,
 .title-input {
-  font-size: 2.25rem;
+  font-size: 1.75rem;
   font-weight: bold;
   line-height: 1.4;
 }
index 5cd86973c6611cddadfd755d6fc841ddbfc08afd..e38bcd0c78e49db0e0ec6c11f93cf3a4c96ac523 100644 (file)
 
   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,
git clone https://git.99rst.org/PROJECT