Skip to content

Commit ed79f64

Browse files
authored
Update src/pages-conditional/what-is-ethereum.tsx
1 parent 00e1ae2 commit ed79f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages-conditional/what-is-ethereum.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const H3 = (props: ChildOnlyProp) => (
139139
)
140140

141141
const CardContainer = (props: ChildOnlyProp) => (
142-
<Flex wrap="wrap" ml={-4} mr={-4} {...props} />
142+
<Flex wrap="wrap" mx={-4} {...props} />
143143
)
144144

145145
const Column = (props: ChildOnlyProp) => (

0 commit comments

Comments
 (0)