From 71e621d63e180efb254b0a814126099749bf0120 Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Fri, 5 Jan 2024 13:46:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=99=BC=EC=AA=BD=EB=A9=94=EB=89=B4=20?= =?UTF-8?q?=EC=83=81=EB=8B=A8=20=EB=B0=8F=20=EB=B3=B8=EB=AC=B8=20=EA=B0=84?= =?UTF-8?q?=EA=B2=A9=20=EC=A4=84=EC=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/css/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/css/layout.css b/egovframe-template-simple-react-contribution/src/css/layout.css index 70f5296..4220f88 100644 --- a/egovframe-template-simple-react-contribution/src/css/layout.css +++ b/egovframe-template-simple-react-contribution/src/css/layout.css @@ -60,11 +60,11 @@ body {min-width: 1400px;} .c_wrap .layout .nav ul li a:hover::after {content: ""; display: block; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 9px; height: 15px; background: url(css/images/ico_arrow_r_gray_9x15.png) no-repeat;} .c_wrap .layout .nav ul li a.cur {color: #222; font-weight: 700;} -.c_wrap .layout .contents {display: table-cell; width: auto; padding: 0 0 120px 70px; vertical-align: top;} +.c_wrap .layout .contents {display: table-cell; width: auto; padding: 0 0 120px 30px; vertical-align: top;} /* changed by limm padding: 0 0 120px 70px; */ /* location */ -.location {height: 70px; padding-top: 43px; text-align: right;} +.location {height: 30px; padding-top: 23px; text-align: right;} /* chagned by lim height: 70px; padding-top: 43px; */ .location ul, .location ul li {display: inline-block; vertical-align: top;} .location ul li {position: relative; color: #666; font-size: 14px;} .location ul li + li::before {content: ""; display: inline-block; width: 4px; height: 7px; margin: 0 9px 0 3px; line-height: 18px; background: url(css/images/ico_arrow_r_gray_4x7.png) no-repeat; vertical-align: 2px;}