many fixes

This commit is contained in:
sakrecoer 2020-08-05 10:48:20 +02:00
parent dff8261923
commit 704c288a79
21 changed files with 94 additions and 33 deletions

View file

@ -66,6 +66,9 @@
margin: 20px;
padding: 0;
}
h1 {
margin-top:80px;
}
}
.post-nav-next {
@ -82,7 +85,7 @@
@media only screen and (max-width: 1023px) {
#trackArt {
height: 80vh;
min-width: 100%;
section {
position: absolute;
@ -93,10 +96,14 @@
}
}
#trackInfo {
height: unset;
overflow-y: unset;
}
height: unset;
overflow-y: unset;
section {
h1 {
margin-top:0;
}
}
}
}
.bouncer {