From c3ac2c962d425571cebd3f1752c49cef64982810 Mon Sep 17 00:00:00 2001 From: grassblock Date: Fri, 15 Aug 2025 17:07:10 +0800 Subject: [PATCH] fix: overflow when there are a lot of items on small screens --- src/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global.css b/src/styles/global.css index 7202d96..9b0cc3f 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -103,6 +103,7 @@ body { .nav { display: flex; + flex-wrap: wrap; gap: 2rem; margin: 1.5rem 0; }