Skip to content

Commit 8672ea9

Browse files
committed
Prefer margin-bottom over padding bottom
1 parent f70e4ec commit 8672ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/TagPageHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const linkStyles = css`
209209
`;
210210

211211
const pStyles = css`
212-
padding-bottom: ${space[1]}px;
212+
margin-bottom: ${space[1]}px;
213213
b,
214214
strong em,
215215
strong u {

0 commit comments

Comments
 (0)