Skip to content

Commit

Permalink
increase width
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Sep 13, 2024
1 parent adedb5f commit 6a3175b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/strategies/edit/EditStrategyLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const EditStrategyLayout: FC<Props> = (props) => {
const { history } = useRouter();

return (
<div className="m-auto flex w-[1620px] max-w-[100vw] flex-col gap-20 p-20 ">
<div className="m-auto flex w-[1800px] max-w-[100vw] flex-col gap-20 p-20 ">
<header className="flex items-center gap-16">
<BackButton onClick={() => history.back()} />
<h1 className="text-24 font-weight-500 flex-1">
Expand Down
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-[1620px] max-w-[100vw] flex-col gap-20 p-20 md:grid md:grid-cols-[450px_auto]">
<div className="m-auto flex w-[1800px] max-w-[100vw] flex-col gap-20 p-20 md:grid md:grid-cols-[450px_auto]">
<Outlet />
</div>
</TradeProvider>
Expand Down

0 comments on commit 6a3175b

Please sign in to comment.