content will now not be overlapped by nav.

This commit is contained in:
deepend 2019-12-03 18:26:17 -07:00
parent d723c41ca3
commit c25356f103
3 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
</div>
<br>
</body>

View File

@ -15,6 +15,6 @@
<a href="https://liberapay.com/tilde.club" target="_blank">DONATE</a>
<a href="https://web.tilde.chat/?join=club" target="_blank">CHAT</a>
<a href="/signup/">SIGN-UP</a>
</div>
</div>
<div class="content">

View File

@ -65,7 +65,7 @@ h1 {
overflow: hidden;
background-color: darkorange;
z-index: 99;
position: fixed;
position: relative;
top: 0;
left: 0;
width: 100%;
@ -83,7 +83,7 @@ h1 {
/* Page content */
.content {
padding-top: 30px;
padding-top: 5px;
}
input[type="text"],