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;