Skip to content

Commit 3f86a7c

Browse files
committed
Add padding-top to gallery image captions
1 parent 3f3d440 commit 3f86a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/components/GalleryCaption.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const styles = css`
2020
${grid.column.centre}
2121
color: ${palette('--caption-text')};
2222
${textSans12}
23+
padding-top: ${space[2]}px;
2324
padding-bottom: ${space[6]}px;
2425
padding-top: ${space[5]}px;
2526

0 commit comments

Comments
 (0)