Move menu open button
This commit is contained in:
parent
2644708818
commit
fa3a99508e
@ -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;
|
||||
|
@ -6,6 +6,6 @@
|
||||
<a href="/contact.php">Contact</a>
|
||||
</div>
|
||||
|
||||
<div id="inflate">
|
||||
<div class="inflate" id="inflate">
|
||||
<button class="open" onclick="inflateSidebar()">☰</button>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user