diff --git a/src/components/client/campaigns/CampaignNewsSection.tsx b/src/components/client/campaigns/CampaignNewsSection.tsx index 7d7c00dfc..6bd90b189 100644 --- a/src/components/client/campaigns/CampaignNewsSection.tsx +++ b/src/components/client/campaigns/CampaignNewsSection.tsx @@ -87,7 +87,7 @@ const StyledTimeline = styled(Timeline)(({ theme }) => ({ }, [`& .${classes.articleContent}`]: { - marginBottom: theme.spacing(5), + marginBottom: theme.spacing(0), }, [`& .${classes.articlePublishedDate}`]: {