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> </div>
<br> <br>
</body> </body>

View File

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

View File

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