From 3a9b0729b6e6a8b630edfcd018d85094d0e559b5 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 10 Dec 2019 09:48:11 +0100 Subject: BUGFIX adjust margin bottom --- src/styles/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles') diff --git a/src/styles/main.scss b/src/styles/main.scss index 7490907..ab40398 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -16,7 +16,7 @@ body { .playlistContainer { margin: 15px 0; overflow: scroll; - bottom: 222px; + bottom: 200px; } .log { -- cgit 1.2.3-korg