From c59a9380c7a4a023b08b3fd4f6e03e02ec4ec11f Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 15 Jun 2023 16:04:02 +0900 Subject: [PATCH] =?UTF-8?q?2023/06/15=20=EB=A9=94=EC=9D=B8=20=ED=95=98?= =?UTF-8?q?=EB=8B=A8=20=EB=B0=B0=EB=84=88=20=EC=84=A0=20=EB=91=90=EA=BB=98?= =?UTF-8?q?=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/publish/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/publish/css/common.css b/src/main/webapp/publish/css/common.css index c06ad2eb..305b08ae 100644 --- a/src/main/webapp/publish/css/common.css +++ b/src/main/webapp/publish/css/common.css @@ -275,7 +275,7 @@ caption, .label {position: absolute;width: 1px;height: 1px;margin: -1px;border: .main_cont4{min-width: 1200px; background-color: #f5f5f5; padding: 30px 0;} .main_cont4 .inner{height: auto;} .adv_list{display: flex; justify-content: space-between; align-items: center;} -.adv_list li{width: calc((100% / 4) - 27px); background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px; text-align: center; height: 96px; max-height: 96px; overflow: hidden;} +.adv_list li{width: calc((100% / 4) - 27px); background-color: #fff; border: 2px solid #808080; border-radius: 5px; text-align: center; height: 96px; max-height: 96px; overflow: hidden;} .adv_list li a{height: 100%;} .adv_list li img{max-height: 96px; height: 100%; object-fit: scale-down;} .login_wrap .adv_list{margin: 68px 0 0 0;}