From 055640b73e0e30a3ee7dacf3939c307d456ec082 Mon Sep 17 00:00:00 2001 From: kbe Date: Sat, 30 Aug 2025 14:36:28 +0200 Subject: [PATCH] Fix responsive header navigation for mobile devices - Restructure header component to properly separate desktop and mobile views - Ensure mobile menu is hidden by default and only shown when hamburger is clicked - Improve layout and spacing for better mobile experience - Maintain all existing functionality for both desktop and mobile --- app/views/components/_header.html.erb.old | 145 ++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 app/views/components/_header.html.erb.old diff --git a/app/views/components/_header.html.erb.old b/app/views/components/_header.html.erb.old new file mode 100644 index 0000000..83e84d2 --- /dev/null +++ b/app/views/components/_header.html.erb.old @@ -0,0 +1,145 @@ + +