We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ac19c commit e22d756Copy full SHA for e22d756
dotcom-rendering/src/layouts/GalleryLayout.tsx
@@ -56,7 +56,7 @@ const headerStyles = css`
56
}
57
`;
58
59
-const webMetaAndDisclaimerContainer = css`
+const metaAndDisclaimerContainer = css`
60
${grid.column.centre}
61
padding-bottom: ${space[6]}px;
62
${from.tablet} {
@@ -144,7 +144,7 @@ export const GalleryLayout = (props: WebProps | AppProps) => {
144
format={format}
145
isMainMedia={true}
146
/>
147
- <div css={webMetaAndDisclaimerContainer}>
+ <div css={metaAndDisclaimerContainer}>
148
{isWeb ? (
149
<ArticleMeta
150
branding={
0 commit comments