Move menu open button
This commit is contained in:
parent
2644708818
commit
fa3a99508e
@ -88,6 +88,13 @@ footer {
|
|||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Position the div containing the open button */
|
||||||
|
.inflate {
|
||||||
|
position: absolute;
|
||||||
|
top: 25px;
|
||||||
|
right: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
/* The button used to open the sidebar */
|
/* The button used to open the sidebar */
|
||||||
.open {
|
.open {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
<a href="/contact.php">Contact</a>
|
<a href="/contact.php">Contact</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="inflate">
|
<div class="inflate" id="inflate">
|
||||||
<button class="open" onclick="inflateSidebar()">☰</button>
|
<button class="open" onclick="inflateSidebar()">☰</button>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user