Margin adjustments
authorAdam Dullage <redacted>
Tue, 9 Aug 2022 08:07:15 +0000 (09:07 +0100)
committerAdam Dullage <redacted>
Tue, 9 Aug 2022 08:07:15 +0000 (09:07 +0100)
flatnotes/src/components/App.vue

index 827be193c59a132984c77855099f3fc484e754ed..4d98f90e743f31727833b58a8b4da77e5da530ab 100644 (file)
@@ -11,7 +11,7 @@
     <!-- Nav Bar -->
     <NavBar
       v-if="currentView != views.login"
-      class="mt-2 w-100"
+      class="mt-3 w-100"
       :show-logo="currentView != views.home"
       @navigate-home="navigate('/')"
       @new-note="newNote()"
@@ -23,7 +23,7 @@
     <Login v-if="currentView == views.login"></Login>
 
     <!-- Buttons -->
-    <div class="d-flex justify-content-center mb-4">
+    <div class="d-flex justify-content-center mt-4">
       <!-- Edit -->
       <button
         v-if="
git clone https://git.99rst.org/PROJECT