Skip to content

Commit 78322db

Browse files
committed
Fix spacing between headine and stars/pill
1 parent 32a0b30 commit 78322db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/components/Masthead/HighlightsCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ const hoverStyles = css`
9898
const content = css`
9999
display: flex;
100100
flex-direction: column;
101+
justify-content: space-between;
101102
gap: ${space[1]}px;
102103
103104
${from.tablet} {

0 commit comments

Comments
 (0)