From 54e2ca9fde9dea0903c65547b392535320838207 Mon Sep 17 00:00:00 2001 From: geun1416 <1416geun@palnet.co.kr> Date: Mon, 30 May 2022 16:23:02 +0900 Subject: [PATCH] =?UTF-8?q?=ED=91=B8=ED=84=B0=EB=A0=88=EC=9D=B4=EC=95=84?= =?UTF-8?q?=EC=9B=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/common.css b/html/css/common.css index 53a7c4c..6c833e0 100644 --- a/html/css/common.css +++ b/html/css/common.css @@ -108,7 +108,7 @@ position:fixed;right:50px;bottom:20px;z-index:999;display:flex;justify-content:c .topBtn i{font-size:20px;color:#fff;} /*footer*/ -#footer{background:#21272e;position:absolute;bottom:0;width:100%;height:160px;} +#footer{min-width:1280px;background:#21272e;position:absolute;bottom:0;width:100%;height:160px;} .footer-box{display:flex;} .ft-logo{padding-right:80px;} .ft-logo img{width:200px;}