Skip to content

Commit 33205a5

Browse files
author
Dylan Huang
committed
add a little but more padding
1 parent e67c6bb commit 33205a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite-app/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const App = observer(() => {
165165
</div>
166166
</nav>
167167

168-
<main className="max-w-full mx-auto px-1 py-1">
168+
<main className="max-w-full mx-auto px-3 py-1">
169169
<div className="flex gap-1">
170170
{/* Left side - Main content (2/3 width) - Hidden on small screens */}
171171
<div className="flex-1 min-w-0 hidden sm:block">

0 commit comments

Comments
 (0)