about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-08-29 10:43:22 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-08-29 10:43:22 +0200
commit6695e07be17768dd8569a60e09a6ac2823eb2273 (patch)
treed643fa886007fac1ae58e17fe3465b06b2e701eb
parent50fb2b5b7be05e9b3716c7d1f190219fb5155bc7 (diff)
downloadpuszcza-6695e07be17768dd8569a60e09a6ac2823eb2273.tar.gz
puszcza-6695e07be17768dd8569a60e09a6ac2823eb2273.zip
Fix navbar spacing
-rw-r--r--src/components/NavBar.vue7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index fb9a8d7..67df7e3 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -164,6 +164,7 @@ export default {
     align-items: center;
 
     margin-bottom: 0;
+    padding: 50px 0;
 
     width: 100%;
     left: 0;
@@ -178,12 +179,6 @@ export default {
   }
 }
 
-@media (max-width: 720px) {
-  .navbar {
-    margin-bottom: 40px;
-  }
-}
-
 @media (max-width: 500px) {
   .navbar {
     padding: 0 10px 0 10px;