From 5bb41f7859eb168da76b25acf68dfcf3043f66bd Mon Sep 17 00:00:00 2001 From: com02 Date: Tue, 30 Nov 2021 10:58:55 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 95b5d4e5..bf8fc060 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -1146,7 +1146,7 @@ footer .family_site {right:10px;} .conditions-wrap .selected-conditions .conditions li button {text-align:left;} /* 알림 팝업 */ - .pop-notice { width: 343px; left: calc(50% - 171.5px); } + .pop-notice { width: 343px; height: 549px; left: calc(50% - 171.5px); } .pop-notice .Title p { display: none; } .pop-notice .Title h3 { font-size: 22px; line-height: 33px; } .pop-notice .inner .Text p { font-size: 16px; line-height: 24px; }