Skip to content

Commit

Permalink
improve trade page
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Dec 10, 2024
1 parent 326da97 commit 800cc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/trade/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const TradeRoot = () => {
}
return (
<TradeProvider base={base} quote={quote}>
<div className="m-auto flex w-full max-w-[1920px] flex-col gap-20 p-20 md:grid md:grid-cols-[450px_auto]">
<div className="mx-auto flex w-full max-w-[1920px] flex-col gap-20 p-20 md:grid md:grid-cols-[450px_auto]">
<Outlet />
</div>
</TradeProvider>
Expand Down

0 comments on commit 800cc1d

Please sign in to comment.