diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-10 09:48:11 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:16:01 +0100 |
commit | 3a9b0729b6e6a8b630edfcd018d85094d0e559b5 (patch) | |
tree | 5cbd8f4e3772f319262a4988e02a78a6e36e42b3 | |
parent | 78e93f79eeeadb87663c4c80236a4293661004f1 (diff) |
BUGFIX adjust margin bottom
-rw-r--r-- | src/styles/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |