Skip to content

Commit c8f5d43

Browse files
committed
style: add flex-wrap to podcast episode container.
1 parent 6be3a3f commit c8f5d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Podcasts.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const podcasts = [
112112
)}
113113

114114
{podcast.episodes.length > 0 && (
115-
<div class="flex gap-3">
115+
<div class="flex gap-3 flex-wrap">
116116
{podcast.episodes.map((ep, i) => (
117117
<a
118118
href={ep.url}

0 commit comments

Comments
 (0)