Skip to content
Snippets Groups Projects
Commit 60a89b5b authored by Silas Meister's avatar Silas Meister
Browse files

admin page WIP

parent e46589f3
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@
</form>
</li>
<li><img src="img/share_icon.png" /></li>
<li class="admin-button"><a href="admin.html">Admin</a></li>
</ul>
<ul class="center-nav">
......
......@@ -110,6 +110,12 @@ nav ul li a {
cursor: pointer;
}
.admin-button a {
display: block;
padding: 0.5rem;
background-color: #55555580;
}
.center-nav {
display: flex;
justify-content: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment