diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-17 21:30:20 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-17 21:30:20 +0200 |
commit | f65a12c2824bed51bd363393780a2a158af18f5e (patch) | |
tree | 37a5ccee4285160262c73325dc72d8fc294ef341 /components/NavBar.vue | |
parent | edb6cb5adc69c8f2131b7b309d91a53e21af2486 (diff) | |
download | puszcza-f65a12c2824bed51bd363393780a2a158af18f5e.tar.gz puszcza-f65a12c2824bed51bd363393780a2a158af18f5e.zip |
Add chronicle to navbar
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; |