From f4afd9374f2695159f1bfc31c0b732e7864e627a Mon Sep 17 00:00:00 2001 From: samaradel Date: Sun, 8 Aug 2021 15:04:50 +0200 Subject: [PATCH] Fix navbar on small screens --- src/components/custom/Navbar/Navbar.vue | 134 ++++++++++++++++++++++-- 1 file changed, 123 insertions(+), 11 deletions(-) diff --git a/src/components/custom/Navbar/Navbar.vue b/src/components/custom/Navbar/Navbar.vue index ca2458979..c15cd3635 100644 --- a/src/components/custom/Navbar/Navbar.vue +++ b/src/components/custom/Navbar/Navbar.vue @@ -1,7 +1,18 @@