From 84645c28278c33cd0a50dff2508f52d8c791b0e4 Mon Sep 17 00:00:00 2001 From: tuska298 Date: Tue, 21 Jan 2025 03:01:05 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=93=A0=20=ED=83=9C=EA=B7=B8?= =?UTF-8?q?=EC=9D=98=20=EB=A7=88=EC=A7=84=EA=B3=BC=20=ED=8C=A8=EB=94=A9?= =?UTF-8?q?=EC=9D=84=200=EC=9C=BC=EB=A1=9C=20=EC=84=A4=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index 8856f90..d2a898f 100644 --- a/src/index.css +++ b/src/index.css @@ -1,7 +1,11 @@ -body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, - Arial, sans-serif; - margin: auto; - max-width: 38rem; - padding: 2rem; +* { + margin: 0; + padding: 0; +} + +body { + width: 100vw; + height: 100vh; + padding: 10px; + box-sizing: border-box; }