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;