Skip to content

Commit

Permalink
Make page wider
Browse files Browse the repository at this point in the history
  • Loading branch information
lcswillems committed Nov 9, 2024
1 parent 2c4c9e5 commit 1f4e18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/app/data-converter/pageClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const DataConverter = () => {
const addressMainnetState = JSON.stringify(query.data, null, 2);

return (
<Box maxW="breakpoint-lg" mx="auto" px="2">
<Box maxW="breakpoint-2xl" mx="auto" px="4">
<Box mb="4" />
<Box textAlign="center">
<Link asChild>
Expand Down

0 comments on commit 1f4e18c

Please sign in to comment.