We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40b0e6 commit 454c6c2Copy full SHA for 454c6c2
dotcom-rendering/src/components/Caption.tsx
@@ -210,7 +210,19 @@ const captionLink = css`
210
}
211
`;
212
213
+const galleryCaptionHeadingReset = css`
214
+ h2 {
215
+ display: inline;
216
+ font-weight: bold;
217
+ }
218
+ h2::after {
219
+ content: '';
220
+ display: block;
221
222
+`;
223
+
224
const galleryStyles = css`
225
+ ${galleryCaptionHeadingReset}
226
${grid.column.centre};
227
${textSans14};
228
0 commit comments