diff --git a/src/components/Navbar/Navbar.jsx b/src/components/Navbar/Navbar.jsx
index a7d4ee3..1c29c30 100644
--- a/src/components/Navbar/Navbar.jsx
+++ b/src/components/Navbar/Navbar.jsx
@@ -41,18 +41,20 @@ export default function Navbar() {
))}
-
+
+
-
+
+
);
diff --git a/src/components/Navbar/Navbar.module.scss b/src/components/Navbar/Navbar.module.scss
index 09cc430..62ebee7 100644
--- a/src/components/Navbar/Navbar.module.scss
+++ b/src/components/Navbar/Navbar.module.scss
@@ -88,6 +88,12 @@
}
// ── Burger ─────────────────────────────────────────────────────
+.navActions {
+ display: flex;
+ align-items: center;
+ gap: $space-1;
+}
+
.burger {
display: none;
flex-direction: column;
@@ -129,6 +135,13 @@
gap: $space-4;
transform: translateY(-110%);
transition: transform $transition-base;
+ z-index: 99;
+
+ button {
+ width: 100%;
+ text-align: left;
+ }
+ transition: transform $transition-base;
&.open {
transform: translateY(0);