many fixes
This commit is contained in:
parent
dff8261923
commit
704c288a79
21 changed files with 94 additions and 33 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue