From 20da26baea72d0029a359d798467281b3efa4e3a Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 27 Mar 2023 14:09:43 +0900 Subject: [PATCH] =?UTF-8?q?style=20:=20=EB=A9=94=EB=89=B4=20hegit=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/webapp/resources/biz/common/css/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css index 049ee983..9a44dd0a 100644 --- a/src/main/webapp/resources/biz/common/css/index.css +++ b/src/main/webapp/resources/biz/common/css/index.css @@ -1097,6 +1097,7 @@ header { .search .inputText.wdShort { width: 108px; } .search .inputText.cal { + text-align: center; width: 80px; } .search .selectBox { width: 93px; } @@ -2290,4 +2291,8 @@ div.layoutWrapper > main { } div.layoutWrapper > footer { grid-column: 1 / 3; -} \ No newline at end of file +} + +#sneatMenu { + height: 50rem; +}