From 28eb5aff54658ec5598a08f26d1a048e21171cf0 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Fri, 11 Sep 2020 12:18:07 +0200 Subject: [PATCH] marginalisation --- _sass/_player.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/_sass/_player.scss b/_sass/_player.scss index 98ad891..a1f4b74 100644 --- a/_sass/_player.scss +++ b/_sass/_player.scss @@ -12,8 +12,7 @@ max-width: var(--max-width); margin: auto; > div { - - margin: 20px; + margin: 20px 0; } } @@ -117,7 +116,7 @@ audio { } .plTitle { - left: 75px; + left: 40px; overflow: hidden; position: absolute; right: 65px; @@ -129,8 +128,8 @@ audio { } .plNum { - padding-left: 21px; - width: 65px; + padding-left: 20px; + width: 20px; } .plLength {