From fa3a99508e6f8375dad33d963af97d1cd1782ee9 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 10 Oct 2022 20:58:11 +0100 Subject: [PATCH] Move menu open button --- css/styles.css | 7 +++++++ page-blocks/menu.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 8285d93..0c812a2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -88,6 +88,13 @@ footer { margin-left: 50px; } +/* Position the div containing the open button */ +.inflate { + position: absolute; + top: 25px; + right: 25px; +} + /* The button used to open the sidebar */ .open { font-size: 20px; diff --git a/page-blocks/menu.php b/page-blocks/menu.php index 9ff3d9b..6ca81fc 100644 --- a/page-blocks/menu.php +++ b/page-blocks/menu.php @@ -6,6 +6,6 @@ Contact -
+
\ No newline at end of file