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