From f6e5fa0ee56e674c7972b2b3bc53039b302e2a86 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 20 Sep 2022 21:07:28 +0100 Subject: [PATCH] Changed positioning of close button --- page-blocks/nav-menu.php | 2 +- styles/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/page-blocks/nav-menu.php b/page-blocks/nav-menu.php index 295c839..99df8d5 100644 --- a/page-blocks/nav-menu.php +++ b/page-blocks/nav-menu.php @@ -8,5 +8,5 @@ echo ''; diff --git a/styles/style.css b/styles/style.css index cde6915..d84e419 100644 --- a/styles/style.css +++ b/styles/style.css @@ -60,7 +60,7 @@ body { } .menu-button { - position: relative; + position: absolute; background-color: #aac4ee; border: none; right: 30px;