From 0948e55a047b5de50d306982e378856f522c0855 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Fri, 24 May 2024 22:19:48 -0400 Subject: [PATCH] Fix direct descendents --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0e47082..8138f63 100644 --- a/style.css +++ b/style.css @@ -54,7 +54,7 @@ li { list-style: none } } header { max-height: 2em; - & > menu { + & > nav > menu { & li { transition: display 3s ease; visibility: collapse;