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.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index ac114f9..11503c7 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -60,7 +60,6 @@ export default {
   },
   methods: {
     toggleMenu() {
-      console.log("a");
       this.menuCollapsed = !this.menuCollapsed;
     },
     linksClick() {
@@ -114,6 +113,7 @@ export default {
 .links {
   display: flex;
   flex-direction: row;
+  padding: 0;
 }
 
 .logo {