Skip to content

Commit

Permalink
refactor(interface): adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Feb 6, 2024
1 parent df5c72d commit 42688c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/pages/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ export function Main()
/>
<Grid
gutter={0}
columns={4}
columns={5}
>
<Grid.Col span={3} h="100vh">
<Code code={code} />
</Grid.Col>

<Grid.Col span={1} h="100vh">
<Grid.Col span={2} h="100vh">
<Sidebar openSettings={open} setCode={setCode} />
</Grid.Col>
</Grid>
Expand Down

0 comments on commit 42688c9

Please sign in to comment.