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 fec02ee commit 3873f8fCopy full SHA for 3873f8f
src/app/components/Layout.tsx
@@ -3,7 +3,7 @@ import Sidebar from './Sidebar'
3
4
function Layout() {
5
return (
6
- <div className="bg-[#6756BD] h-screen py-6 px-5">
+ <div className="bg-[#6756BD] h-screen py-3 px-3">
7
<main className="grid grid-cols-[20%_1fr] h-full bg-[#ffffff66] rounded-[40px] max-w-[1316px] mx-auto backdrop-blur-2xl pl-5 py-4 pr-4">
8
<Sidebar />
9
<Outlet />
0 commit comments