From a8f6f3e1f3a4625729364e6a4d155ce623f4be87 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:24 -0400 Subject: [PATCH] Fix incorrect css target --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index dfd5912..3750279 100644 --- a/index.css +++ b/index.css @@ -89,7 +89,7 @@ button:focus-visible { } @media (min-width: 1281px) { - #nav_menu { + #nav-menu { display: none; } }