new layout
This commit is contained in:
parent
511e4505bc
commit
26d67af4f6
11 changed files with 59 additions and 46 deletions
|
|
@ -5,14 +5,20 @@
|
|||
.album-player {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 80px 40px 0 40px;
|
||||
justify-content: space-evenly;
|
||||
flex-direction: column-reverse;
|
||||
padding: 0px 40px;
|
||||
justify-content: space-around;
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
max-width: var(--max-width);
|
||||
margin: auto;
|
||||
flex: 1 1 auto;
|
||||
> div {
|
||||
margin: 20px 0;
|
||||
flex: 1 0 300px;
|
||||
}
|
||||
.description {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -26,6 +32,9 @@ audio {
|
|||
max-width: 700px;
|
||||
border-radius: 5px;
|
||||
width: 100%;
|
||||
.shadow {
|
||||
text-shadow: 0px 0px 15px var(--accent1),0px 0px 15px var(--accent1),0px 0px 30px var(--accent1),0px 0px 45px var(--accent1);
|
||||
}
|
||||
}
|
||||
#plwrap {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue