Decrease title margin on smaller screens
authorAdam Dullage <redacted>
Wed, 29 Nov 2023 08:23:51 +0000 (08:23 +0000)
committerAdam Dullage <redacted>
Wed, 29 Nov 2023 08:23:51 +0000 (08:23 +0000)
flatnotes/src/components/NoteViewerEditor.vue

index f1d021cc8e13e5c65b161750c856d9fd630d8f95..0cf36834094bd0f828ab5f91ad0e9d504abdd039 100644 (file)
@@ -16,7 +16,7 @@
     <!-- Loaded -->
     <div v-else class="d-flex flex-column h-100">
       <div
-        class="d-flex justify-content-between flex-wrap-reverse align-items-start mb-4"
+        class="d-flex justify-content-between flex-wrap-reverse align-items-start mb-2 mb-md-4"
       >
         <!-- Title -->
         <h2 v-if="editMode == false" class="title" :title="currentNote.title">
 
 .title,
 .title-input {
-  font-size: 1.75rem;
+  font-size: 2rem;
   font-weight: bold;
   line-height: 1.4;
 }
git clone https://git.99rst.org/PROJECT