...
This commit is contained in:
parent
c9178b7b5a
commit
a56d59a460
|
@ -634,6 +634,29 @@ span.f0ck {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 444px) {
|
@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 {
|
.metadata {
|
||||||
margin-bottom: 45px;
|
margin-bottom: 45px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user