Skip to content

Commit ddb62b7

Browse files
committed
Add some padding around the whole thing
1 parent 3b2ac1d commit ddb62b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function App() {
4040
}, [playing]);
4141

4242
return (
43-
<main>
43+
<main className="p-2">
4444
<div className="flex flex-wrap gap-1">
4545
<Button onClick={() => setValues(next)}>Step</Button>
4646
<Button onClick={() => setPlaying((p) => !p)}>

0 commit comments

Comments
 (0)