From be02f2f4c8e2d1917f58a08b353ecd7bfaaf0ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=9C=EB=8F=99=ED=98=84?= <hando1220@ajou.ac.kr> Date: Tue, 13 May 2025 15:43:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Root.tsx b/src/pages/Root.tsx index d390759..0a60399 100644 --- a/src/pages/Root.tsx +++ b/src/pages/Root.tsx @@ -9,7 +9,7 @@ export default function Root() { <div className="[--header-height:calc(theme(spacing.14))]"> <SidebarProvider className="flex flex-col"> <SiteHeader /> - <div className="flex flex-1"> + <div className="flex flex-1 px-0 my-0 lg:mx-6"> <AppSidebar /> <SidebarInset className="overflow-hidden"> <Outlet /> -- GitLab