mirror of https://github.com/tildeclub/site.git
content will now not be overlapped by nav.
This commit is contained in:
parent
d723c41ca3
commit
c25356f103
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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"],
|
||||||
|
|
Loading…
Reference in New Issue