mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-01-23 04:57:21 +00:00
Update style
This commit is contained in:
parent
f142054a7b
commit
9f2171c41e
@ -35,7 +35,7 @@ export default function NowPlaying() {
|
|||||||
<div className="w-5 text-gray-300">
|
<div className="w-5 text-gray-300">
|
||||||
<FontAwesomeIcon icon={faMusic} />
|
<FontAwesomeIcon icon={faMusic} />
|
||||||
</div>
|
</div>
|
||||||
<div className="text-left">
|
<div className="text-left max-w-xs">
|
||||||
<span className="text-gray-300">{np.artist}</span>
|
<span className="text-gray-300">{np.artist}</span>
|
||||||
<p className="text-lg">{np.title}</p>
|
<p className="text-lg">{np.title}</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user