Move menu open button

This commit is contained in:
Fred Boniface 2022-10-10 20:58:11 +01:00
parent 2644708818
commit fa3a99508e
2 changed files with 8 additions and 1 deletions

View File

@ -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;

View File

@ -6,6 +6,6 @@
<a href="/contact.php">Contact</a>
</div>
<div id="inflate">
<div class="inflate" id="inflate">
<button class="open" onclick="inflateSidebar()">&#9776;</button>
</div>