about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-17 21:31:00 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-17 21:31:00 +0200
commit61dfb8f8e6aa261c3743ef7315a5358cb8867ab9 (patch)
tree689a64e63410394f1016d5eebced5d99758f6a4f
parentf65a12c2824bed51bd363393780a2a158af18f5e (diff)
downloadpuszcza-61dfb8f8e6aa261c3743ef7315a5358cb8867ab9.tar.gz
puszcza-61dfb8f8e6aa261c3743ef7315a5358cb8867ab9.zip
Fix nav links position
-rw-r--r--components/NavBar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/NavBar.vue b/components/NavBar.vue
index d41ca20..2887464 100644
--- a/components/NavBar.vue
+++ b/components/NavBar.vue
@@ -161,7 +161,7 @@ export default {
     display: flex !important;
     flex-direction: column;
     justify-content: center;
-    align-items: start;
+    align-items: flex-start;
 
     margin-bottom: 0;
     padding: 50px 10px;