From 9a47061fd8946f9f0e89ed0156f5479cb7dc168f Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:06 -0400 Subject: [PATCH] flex-wrap desktop nav on mobile devices --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index 7264a00..1ad1016 100644 --- a/index.css +++ b/index.css @@ -84,6 +84,7 @@ button:focus-visible { @media (max-width: 1350px) { .desktop-nav { + flex-wrap: wrap; visibility: hidden; }