diff options
Diffstat (limited to 'src/components/NavBar.vue')
-rw-r--r-- | src/components/NavBar.vue | 7 |
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; |