diff options
Diffstat (limited to 'components/NavBar.vue')
-rw-r--r-- | components/NavBar.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/NavBar.vue b/components/NavBar.vue index e564fb0..d41ca20 100644 --- a/components/NavBar.vue +++ b/components/NavBar.vue @@ -161,10 +161,10 @@ export default { display: flex !important; flex-direction: column; justify-content: center; - align-items: center; + align-items: start; margin-bottom: 0; - padding: 50px 0; + padding: 50px 10px; width: 100%; left: 0; |