revert pull request #6 due to bugs in zooming

master
Marshall 2020-10-01 16:32:19 -04:00
parent 6ffb4d59b9
commit 61a1d349f2
2 changed files with 2 additions and 13 deletions

View File

@ -5,8 +5,7 @@
</a>
<!-- </div>-->
<div id="menu">
<label for="tm" id="toggle-menu"><span class="drop-icon"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bars" class="hamburger-menu" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path>
</svg></span></label>
<label for="tm" id="toggle-menu">Menu<span class="drop-icon">&#9662;</span></label>
<input type="checkbox" id="tm" />
<ul class="main-menu cf">
<li>

View File

@ -5,7 +5,6 @@ nav {
position: fixed;
right: 0;
top: 0;
min-height: 80px;
z-index: 999;
height: 40px;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@ -51,11 +50,6 @@ nav {
display: inline-block;
border: none;
}
.hamburger-menu{
margin: 20px;
width: 30px;
height: 30px;
}
nav .donate {
color: black;
font-size: 16px;
@ -86,7 +80,6 @@ nav {
height: auto;
font-size: 12px;
position: absolute;
overflow: hidden;
}
nav .donate {
display: none;
@ -97,9 +90,6 @@ nav {
display: inline-block;
padding: 5px;
}
#tm:checked + .main-menu {
margin-top: 80px;
}
}
#menu {
@ -191,7 +181,7 @@ nav {
}
#menu label.drop-icon, #toggle-menu span.drop-icon {
padding: 0em 1em 1em 1em;
padding: 1em;
font-size: 1em;
text-align: center;
background-color: rgba(0, 0, 0, .125);