diff --git a/dotcom-rendering/src/components/SeriesSectionLink.tsx b/dotcom-rendering/src/components/SeriesSectionLink.tsx index fae4d263d26..c043997ab87 100644 --- a/dotcom-rendering/src/components/SeriesSectionLink.tsx +++ b/dotcom-rendering/src/components/SeriesSectionLink.tsx @@ -187,7 +187,8 @@ const breakWord = css` const sectionPadding = (design: ArticleDesign) => { if (design === ArticleDesign.Gallery) { return css` - padding: 0 ${space[2]}px 0 ${space[3]}px; + line-height: 1.15; + padding: ${space[1]}px ${space[2]}px ${space[1]}px ${space[3]}px; ${between.mobileLandscape.and.tablet} { padding-left: ${space[5]}px;