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.
2 parents a9a8403 + cfe3548 commit 62b1db9Copy full SHA for 62b1db9
dotcom-rendering/src/components/GalleryCaption.tsx
@@ -54,7 +54,7 @@ const styles = css`
54
content: '';
55
position: absolute;
56
right: -10px;
57
- top: 0;
+ top: -12px;
58
bottom: 0;
59
width: 1px;
60
background-color: ${palette('--article-border')};
dotcom-rendering/src/components/GalleryImage.tsx
@@ -35,6 +35,12 @@ const styles = css`
35
border-left: 1px solid ${palette('--article-border')};
36
border-right: 1px solid ${palette('--article-border')};
37
}
38
+
39
+ ${from.desktop} {
40
+ &:first-of-type {
41
+ padding-top: ${space[3]}px;
42
+ }
43
44
`;
45
46
const galleryBodyImageStyles = css`
0 commit comments