From 804c2b80e060d7c3c593933dc3892f7bce463a08 Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Wed, 13 Sep 2023 14:59:31 +0330 Subject: [PATCH] fix: podcast description margin on the landing page --- src/containers/PodcastShowsPreview/PodcastShowsPreview.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/containers/PodcastShowsPreview/PodcastShowsPreview.tsx b/src/containers/PodcastShowsPreview/PodcastShowsPreview.tsx index 1bd4913..2fcac82 100644 --- a/src/containers/PodcastShowsPreview/PodcastShowsPreview.tsx +++ b/src/containers/PodcastShowsPreview/PodcastShowsPreview.tsx @@ -174,6 +174,7 @@ const Root = styled('div')` } &__show-description { + display: block; margin-top: 8px; }