From 8a7dcd132a4425b04d4848fd47d569c5201035c6 Mon Sep 17 00:00:00 2001 From: JoSuwon <60573972+JoSuwon@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:42:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20body=20margin=20=EA=B0=92=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(=EA=B8=B0=EC=A1=B4=20576~1024=20=EA=B5=AC=EA=B0=84?= =?UTF-8?q?=20ui=20=EC=B9=98=EC=9A=B0=EC=B9=A8)=20(#4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.tsx | 2 +- tailwind.config.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index ea488b0..03eddb8 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -67,7 +67,7 @@ export default function RootLayout({ GeistMono.variable )} > - +
diff --git a/tailwind.config.js b/tailwind.config.js index 8248079..3387a42 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,6 +6,9 @@ module.exports = { ], theme: { extend: {}, + screens: { + 'sm': '38rem', + } }, plugins: [], darkMode: 'class'