From 6695e07be17768dd8569a60e09a6ac2823eb2273 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 29 Aug 2019 10:43:22 +0200 Subject: Fix navbar spacing --- src/components/NavBar.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/components') 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; -- cgit 1.4.1