Skip to content

Commit

Permalink
chore(web): no padding
Browse files Browse the repository at this point in the history
  • Loading branch information
atty303 committed May 26, 2024
1 parent 93bfd1d commit e29f70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function App() {
<div className="grid grid-cols-1 grid-rows-[auto_1fr] min-h-screen">
<Header version={version} onVersionChange={setVersion} title={title} />

<div className="p-2">
<div className="border-y border-neutral-content">
<PobWindow onFrame={handleFrame} version={version} onTitleChange={setTitle} />
</div>

Expand Down

0 comments on commit e29f70a

Please sign in to comment.