This commit is contained in:
2021-12-20 11:58:27 +01:00
parent 2e7462b34b
commit ac1c8efa70
2 changed files with 3 additions and 1 deletions

View File

@@ -308,6 +308,7 @@ body{
width: 95%;
text-align: center;
border-radius: 1em;
overflow: hidden;
}
.ft-links a {

View File

@@ -42,11 +42,12 @@
}
#content {
width: 100%;
z-index: -1;
z-index: 99;
position: absolute;
top: 100%;
left: 0;
background-color: #121212;
overflow: hidden;
}
.headline {