Skip to content

Commit 7ca4ceb

Browse files
committed
Add left/right padding
1 parent bb24f0a commit 7ca4ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function App() {
77
<div>
88
<AppNav />
99
</div>
10-
<div>
10+
<div className="px-2">
1111
<AppRouter />
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)