We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67c6bb commit 33205a5Copy full SHA for 33205a5
1 file changed
vite-app/src/App.tsx
@@ -165,7 +165,7 @@ const App = observer(() => {
165
</div>
166
</nav>
167
168
- <main className="max-w-full mx-auto px-1 py-1">
+ <main className="max-w-full mx-auto px-3 py-1">
169
<div className="flex gap-1">
170
{/* Left side - Main content (2/3 width) - Hidden on small screens */}
171
<div className="flex-1 min-w-0 hidden sm:block">
0 commit comments