From f4ea2e34bce118dbad03db30626ed6e1ae3bed77 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 18 Mar 2022 15:57:52 -0400 Subject: fix: always expand nav on desktop --- desktop.css | 14 ++++++++++++++ index.php | 19 ++++++------------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/desktop.css b/desktop.css index e69de29..e61e778 100644 --- a/desktop.css +++ b/desktop.css @@ -0,0 +1,14 @@ +@media only screen and (min-width: 800px) { + a.closeMenu { + display: none; + } + a.openMenu { + display: none; + } + nav { + display: block; + } + #menu:target a.closeMenu { + display: none; + } +} diff --git a/index.php b/index.php index d9f2943..a8a852b 100644 --- a/index.php +++ b/index.php @@ -31,12 +31,6 @@
@@ -64,13 +64,6 @@ sunt consequatur officia.

-

- Fugiat consequatur sunt officia neque magni nihil exercitationem. - Placeat fuga consequatur ipsa. Quia velit non aut dolor excepturi - impedit. Voluptates ipsa ut sunt consequatur quisquam. Nisi commodi - est qui id qui consequuntur. -

-

Recusandae deserunt ullam corrupti et. Quam est et voluptatum consequatur. Voluptates quia suscipit in voluptates. -- cgit v1.2.3