From 4921cec1062251fe393ca53ae3a2c334bed8ba08 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 22 Jul 2025 03:19:07 +0000 Subject: [PATCH] Show hamburger menu on mobile with flex display Co-authored-by: lucaswan348 --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 34f7fae..1c4cbed 100644 --- a/styles.css +++ b/styles.css @@ -861,6 +861,7 @@ body { gap: 0; } .hamburger { + display: flex; margin-left: auto; }