diff --git a/components/Hamburger.vue b/components/Hamburger.vue
deleted file mode 100644
index 3e713e5..0000000
--- a/components/Hamburger.vue
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
diff --git a/components/HamburgerMenu.vue b/components/HamburgerMenu.vue
new file mode 100644
index 0000000..f901f4d
--- /dev/null
+++ b/components/HamburgerMenu.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
diff --git a/components/Navbar.vue b/components/Navbar.vue
index 00c96de..b8bac13 100644
--- a/components/Navbar.vue
+++ b/components/Navbar.vue
@@ -14,7 +14,7 @@ import { navItems } from "@/data/navItems";
@@ -49,7 +49,7 @@ li.home-text {
* {
--trans: 0.2s ease;
- transition: opacity var(--trans), transform var(--trans);
+ transition: opacity var(--trans), transform var(--trans), gap var(--trans);
}
@media screen and (max-width: 510px) {