Skip to content

Commit 90493c5

Browse files
committed
Remove padding bottom 1px from rich link title
1 parent 2cb3fcc commit 90493c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotcom-rendering/src/components/RichLink.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ const headerStyles = css`
8383
const titleStyles = (parentIsBlog: boolean) => css`
8484
${parentIsBlog ? headlineMedium17 : headlineMedium14};
8585
padding-top: 1px;
86-
padding-bottom: 1px;
8786
8887
${from.wide} {
8988
${headlineMedium20};

0 commit comments

Comments
 (0)