Skip to content

Commit 3873f8f

Browse files
committed
Increase main window size
1 parent fec02ee commit 3873f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Sidebar from './Sidebar'
33

44
function Layout() {
55
return (
6-
<div className="bg-[#6756BD] h-screen py-6 px-5">
6+
<div className="bg-[#6756BD] h-screen py-3 px-3">
77
<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">
88
<Sidebar />
99
<Outlet />

0 commit comments

Comments
 (0)