feat: add podcast info card styles

This commit is contained in:
2024-04-21 00:25:14 +02:00
parent 9218e20427
commit fd41dc54bc
2 changed files with 21 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ export function Podcast() {
}
return (
<div>
<div className={"flex gap-10"}>
<PodcastInfoCard
author={podcast.author}
title={podcast.title}