many fixes
This commit is contained in:
parent
dff8261923
commit
704c288a79
21 changed files with 94 additions and 33 deletions
|
|
@ -55,6 +55,9 @@ body {
|
|||
text-align: center;
|
||||
max-width: 1200px;
|
||||
}
|
||||
p{
|
||||
margin-top: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.imagecontainer {
|
||||
|
|
|
|||
|
|
@ -32,4 +32,7 @@
|
|||
#fixed-player {
|
||||
display: unset;
|
||||
height: unset;
|
||||
}
|
||||
.hideWhenNoJS {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -16,3 +16,10 @@
|
|||
transform: translate(-50%, -50%);
|
||||
width: 100%;
|
||||
}
|
||||
#myVideo {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
|
@ -30,7 +30,9 @@ article, aside, details, figcaption, figure,
|
|||
footer, header, hgroup, menu, nav, section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
body {
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -133,8 +133,8 @@ $font: (
|
|||
// Palette.
|
||||
$palette: (
|
||||
|
||||
bg: #1f1729,
|
||||
bg-alt: rgba(31, 23, 41, 0.75),
|
||||
bg: rgb(60, 42, 82),
|
||||
bg-alt: rgba(60, 42, 82, 0.75),
|
||||
fg: #ebdbf8,
|
||||
fg-alt: rgba(235, 219, 248, 0.25),
|
||||
border: #000000,
|
||||
|
|
|
|||
|
|
@ -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