From 128f94ed214417ad0fd59ddc4b854b266c319764 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Sun, 9 Feb 2020 05:32:53 +0900 Subject: [PATCH] adjust css --- src/css/NowPlaying.styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/NowPlaying.styles.css b/src/css/NowPlaying.styles.css index bf0afc6..7681ed2 100644 --- a/src/css/NowPlaying.styles.css +++ b/src/css/NowPlaying.styles.css @@ -5,7 +5,6 @@ margin: 0 25px; display: flex; flex-direction: column; - justify-content: space-around; align-items: center; } @@ -23,10 +22,12 @@ .NowPlaying-player img { width: 150px; + margin-top: 80px; transition: all 0.1s; } .NowPlaying-info { + margin-top: 40px; width: 100%; }