marginalisation

This commit is contained in:
Set Hallstrom 2020-09-11 12:18:07 +02:00
parent 01a5f44e16
commit 28eb5aff54

View file

@ -12,8 +12,7 @@
max-width: var(--max-width); max-width: var(--max-width);
margin: auto; margin: auto;
> div { > div {
margin: 20px 0;
margin: 20px;
} }
} }
@ -117,7 +116,7 @@ audio {
} }
.plTitle { .plTitle {
left: 75px; left: 40px;
overflow: hidden; overflow: hidden;
position: absolute; position: absolute;
right: 65px; right: 65px;
@ -129,8 +128,8 @@ audio {
} }
.plNum { .plNum {
padding-left: 21px; padding-left: 20px;
width: 65px; width: 20px;
} }
.plLength { .plLength {