improve css of nowplaying

This commit is contained in:
jinhojang6 2020-02-17 01:26:42 +09:00
parent 763dcc8ee0
commit 2aef80797d
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
2 changed files with 4 additions and 3 deletions

View File

@ -22,12 +22,12 @@
.NowPlaying-player img { .NowPlaying-player img {
width: 140px; width: 140px;
margin-top: 60px; margin-top: 40px;
transition: all 0.1s; transition: all 0.1s;
} }
.NowPlaying-info { .NowPlaying-info {
margin-top: 20px; margin-top: 10px;
width: 100%; width: 100%;
} }

View File

@ -47,7 +47,8 @@ class NowPlaying extends Component {
<div className='NowPlaying-info'> <div className='NowPlaying-info'>
<h4>{podcast}</h4> <h4>{podcast}</h4>
</div> </div>
<br/>
<br/>
</div> </div>
) : ( ) : (