revert some changes

This commit is contained in:
Jacob Levine 2019-02-06 16:50:39 -06:00
parent e1769235f3
commit 48f34f0472
3 changed files with 1 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -22,7 +22,7 @@
</div>
<div id="main">
<span onclick="openNav()" id="topbar">
<img id="sideload" src="hamicon.png">
<img id="sideload" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Hamburger_icon.svg/1200px-Hamburger_icon.svg.png">
</span>
<h1 id="mainhead">TitanScout- Sign In</h1>
<p id="status">You are not signed in.</p>

View File

@ -20,11 +20,6 @@ body{
display: none;
width:30px;
}
#topbar{
height: 30px;
position: fixed;
background-color:black;
}
/* The side navigation menu */
.sidenav {