From 690c36bad40ac3243585c9d5b14fec7c1c2894a0 Mon Sep 17 00:00:00 2001 From: YearaChoi <22200750@handong.ac.kr> Date: Tue, 6 Aug 2024 19:27:02 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A0=84=EC=B2=B4=20=ED=99=94=EB=A9=B4?= =?UTF-8?q?=ED=81=AC=EA=B8=B0=20min-width=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 8bf31a8..2614de7 100644 --- a/src/App.css +++ b/src/App.css @@ -1,4 +1,4 @@ body { - width: 100vw !important; + min-width: 1440px !important; margin: auto !important; }