Skip to content

Commit 9bb1315

Browse files
authored
Update src/pages-conditional/eth.tsx
1 parent 4b329cd commit 9bb1315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages-conditional/eth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const H4 = (props: HeadingProps) => (
200200
)
201201

202202
const CardContainer = (props: FlexProps) => (
203-
<Flex wrap="wrap" my={-4} {...props} />
203+
<Flex wrap="wrap" mx={-4} {...props} />
204204
)
205205

206206
const TokenCard = (props: ComponentProps<typeof HorizontalCard>) => (

0 commit comments

Comments
 (0)