about summary refs log tree commit diff
path: root/src/components/NavBar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/NavBar.vue')
-rw-r--r--src/components/NavBar.vue8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index 11503c7..28a48c3 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -87,10 +87,12 @@ export default {
 
   display: flex;
   align-items: center;
+  justify-content: center;
 }
 
 .space {
   flex: 1;
+  max-width: 500px;
 }
 
 .title {
@@ -107,7 +109,7 @@ export default {
 }
 
 .title-name.margin {
-  margin-left: 120px;
+  margin-left: 100px;
 }
 
 .links {
@@ -186,7 +188,7 @@ export default {
   }
 
   .logo {
-    width: 85px;
+    width: 65px;
   }
 
   .title-name {
@@ -194,7 +196,7 @@ export default {
   }
 
   .title-name.margin {
-    margin-left: 80px;
+    margin-left: 70px;
   }
 
   .links.show {