Skip to content

Commit

Permalink
Merge pull request #10230 from HassanTanveer/fix-numbers-styling
Browse files Browse the repository at this point in the history
fix: Fixed padding in What is Ethereum section
  • Loading branch information
nhsz authored May 26, 2023
2 parents 38eb10a + e874c05 commit 87050ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BannerGrid/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const BannerGridCell: React.FC<Props> = ({ children }) => {

return (
<Flex
px={12}
px={{ base: 0, md: 12 }}
py={8}
direction="column"
borderTop="1px solid"
Expand Down

0 comments on commit 87050ee

Please sign in to comment.