From d7a5b6dd470bb934f8d5e18b8e591e3afc52a41a Mon Sep 17 00:00:00 2001 From: Dominik Lander Date: Tue, 31 Dec 2024 13:52:38 +0000 Subject: [PATCH] Remove superfluous space from headlines container --- dotcom-rendering/src/components/FrontSection.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dotcom-rendering/src/components/FrontSection.tsx b/dotcom-rendering/src/components/FrontSection.tsx index b7fa9b4cdf..e107b28198 100644 --- a/dotcom-rendering/src/components/FrontSection.tsx +++ b/dotcom-rendering/src/components/FrontSection.tsx @@ -253,12 +253,6 @@ const sectionHeadlineFromLeftCol = (borderColour: string) => css` } `; -const sectionHeadlineHeight = css` - ${until.tablet} { - min-height: 58px; - } -`; - const topPadding = css` padding-top: ${space[2]}px; `; @@ -559,8 +553,6 @@ export const FrontSection = ({ sectionHeadlineFromLeftCol( schemePalette('--section-border'), ), - title?.toLowerCase() === 'headlines' && - sectionHeadlineHeight, ]} >