🐞 fix: Adjust menu width
Deploy to Dreamhost (dev) / build (push) Successful in 34s
Sync TODOs with Issues / sync_todos (push) Successful in 5s

This commit is contained in:
Keith Solomon
2026-07-25 10:45:43 -05:00
parent 02a8379de2
commit b7477306d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
top: calc(100% + 1rem);
z-index: 10000;
@apply bg-cwc-blue-02 shadow-lg left-0 w-64 flex-col rounded-b-lg ml-0;
@apply bg-cwc-blue-02 shadow-lg left-0 w-84 flex-col rounded-b-lg ml-0;
>li {
@apply w-full border-b border-[#D24D32];