diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-17 21:31:00 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-17 21:31:00 +0200 |
commit | 61dfb8f8e6aa261c3743ef7315a5358cb8867ab9 (patch) | |
tree | 689a64e63410394f1016d5eebced5d99758f6a4f | |
parent | f65a12c2824bed51bd363393780a2a158af18f5e (diff) | |
download | puszcza-61dfb8f8e6aa261c3743ef7315a5358cb8867ab9.tar.gz puszcza-61dfb8f8e6aa261c3743ef7315a5358cb8867ab9.zip |
Fix nav links position
-rw-r--r-- | components/NavBar.vue | 2 |
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; |