From b73b3fd3f7773b519ace1c9507eb0a3118b2ebfe Mon Sep 17 00:00:00 2001 From: wntk8 Date: Fri, 24 Oct 2025 10:05:27 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A8=ED=85=90=EC=B8=A0=EC=98=81=EC=97=AD?= =?UTF-8?q?=20=ED=91=B8=ED=84=B0=20=EC=98=AC=EB=9D=BC=EC=98=A8=EA=B2=83=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/web/service/serviceInfo.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/templates/web/service/serviceInfo.html b/src/main/resources/templates/web/service/serviceInfo.html index df31f7e..28997a2 100644 --- a/src/main/resources/templates/web/service/serviceInfo.html +++ b/src/main/resources/templates/web/service/serviceInfo.html @@ -28,8 +28,7 @@ .container { max-width: 1280px; width: 100%; - height: calc(100vh - 300px); /* 헤더/푸터 공간 확보 */ - min-height: calc(100vh - 300px); + height: 100vh; /* 헤더/푸터 공간 확보 */ margin: 0 auto; box-sizing: border-box; display: flex;