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 1e14927 commit a8e7e1dCopy full SHA for a8e7e1d
apps/sdk-explorer/src/ExampleCard.tsx
@@ -28,7 +28,7 @@ export default function ExampleCard({
28
return (
29
<Link to={to} style={{textDecoration: 'none'}}>
30
<Card shadow={2} paddingX={2} paddingY={3} radius={3}>
31
- <Inline space={5}>
+ <Inline>
32
<div
33
style={{
34
backgroundImage: `url(${img})`,
@@ -41,7 +41,7 @@ export default function ExampleCard({
41
display: 'inline-block',
42
}}
43
/>
44
- <Stack space={4}>
+ <Stack space={4} style={{marginLeft: '2rem'}}>
45
<Text as="h3" size={3} weight="medium" style={{color: hues.blue['500'].hex}}>
46
{title}
47
</Text>
0 commit comments