From 52e69cb89ff746704c6d9d063b0b8bcc47d76649 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 20 Sep 2022 21:05:48 +0100 Subject: [PATCH] Fixed styling --- page-blocks/nav-menu.php | 5 +++-- styles/style.css | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/page-blocks/nav-menu.php b/page-blocks/nav-menu.php index 2441aee..295c839 100644 --- a/page-blocks/nav-menu.php +++ b/page-blocks/nav-menu.php @@ -5,7 +5,8 @@ echo ''; echo ''; diff --git a/styles/style.css b/styles/style.css index 0a5c6dd..cde6915 100644 --- a/styles/style.css +++ b/styles/style.css @@ -60,7 +60,7 @@ body { } .menu-button { - position: absolute; + position: relative; background-color: #aac4ee; border: none; right: 30px; @@ -69,6 +69,7 @@ body { .menuitem { background-color: #2256aa; + text-decoration: none; color: #f6f5f4; border: none; border-radius: 18px;