This commit is contained in:
Flummi 2022-03-30 16:32:40 +02:00
parent c9178b7b5a
commit a56d59a460

View File

@ -634,6 +634,29 @@ span.f0ck {
}
@media (max-width: 444px) {
.mandy {
position: fixed;
width: inherit;
height: 100%;
top: 0;
z-index: -1;
bottom: 25px;
visibility: visible;
}
#randbutton {
height: inherit;
width: inherit;
background: var(--bg);
border: none;
transition: .2s ease;
}
#randbutton:active {
background: var(--gray);
transition: .2s ease;
}
.metadata {
margin-bottom: 45px;
}