about summary refs log tree commit diff
path: root/components/NavBar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'components/NavBar.vue')
-rw-r--r--components/NavBar.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/NavBar.vue b/components/NavBar.vue
index e564fb0..d41ca20 100644
--- a/components/NavBar.vue
+++ b/components/NavBar.vue
@@ -161,10 +161,10 @@ export default {
     display: flex !important;
     flex-direction: column;
     justify-content: center;
-    align-items: center;
+    align-items: start;
 
     margin-bottom: 0;
-    padding: 50px 0;
+    padding: 50px 10px;
 
     width: 100%;
     left: 0;