From d6f659a10ab506a9024ba7f112643a7b3d9a6539 Mon Sep 17 00:00:00 2001 From: seungminRyu <56435483+seungminRyu@users.noreply.github.com> Date: Wed, 28 Jul 2021 13:58:10 +0900 Subject: [PATCH] =?UTF-8?q?Edit:=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=EC=A6=88=20=EA=B0=92=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 6df23fc..2c1a2b0 100644 --- a/css/style.css +++ b/css/style.css @@ -1,9 +1,13 @@ @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@700;800&display=swap'); +html, body { width: 100%; - height: 100vh; - overflow: hidden; + height: 100%; + min-height: 560px; +} + +body { background-color: #e4e4e4; font-family: 'Nanum Gothic', 'Noto Sans KR', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;