diff options
-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; |