Skip to content

Commit

Permalink
Merge pull request #13060 from guardian/doml/weather-space
Browse files Browse the repository at this point in the history
Remove superfluous space from headlines container
  • Loading branch information
domlander authored Dec 31, 2024
2 parents 60cbcc3 + d7a5b6d commit 61bbc35
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dotcom-rendering/src/components/FrontSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`;
Expand Down Expand Up @@ -559,8 +553,6 @@ export const FrontSection = ({
sectionHeadlineFromLeftCol(
schemePalette('--section-border'),
),
title?.toLowerCase() === 'headlines' &&
sectionHeadlineHeight,
]}
>
<FrontSectionTitle
Expand Down

0 comments on commit 61bbc35

Please sign in to comment.