adjust css

This commit is contained in:
jinhojang6 2020-02-09 05:32:53 +09:00
parent 9dc3350f3a
commit 128f94ed21
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,6 @@
margin: 0 25px; margin: 0 25px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around;
align-items: center; align-items: center;
} }
@ -23,10 +22,12 @@
.NowPlaying-player img { .NowPlaying-player img {
width: 150px; width: 150px;
margin-top: 80px;
transition: all 0.1s; transition: all 0.1s;
} }
.NowPlaying-info { .NowPlaying-info {
margin-top: 40px;
width: 100%; width: 100%;
} }