From 4248a47916c45524c5462bcaa9e55730a79cf177 Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Fri, 5 Jan 2024 15:00:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=99=BC=EC=AA=BD=EB=A9=94=EB=89=B4=20?= =?UTF-8?q?=ED=95=98=EB=8B=A8=EC=9D=B4=EB=9E=91=20=EB=B6=99=EB=8A=94=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=20=EB=8C=80=EB=B9=84=2020px=20=EA=B3=B5?= =?UTF-8?q?=EA=B0=84=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/css/layout.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/css/layout.css b/egovframe-template-simple-react-contribution/src/css/layout.css index 4220f88..f58f723 100644 --- a/egovframe-template-simple-react-contribution/src/css/layout.css +++ b/egovframe-template-simple-react-contribution/src/css/layout.css @@ -47,20 +47,20 @@ body {min-width: 1400px;} .container {min-height: calc(100vh - 300px);} .c_wrap {width: 1400px; margin: 0 auto; padding: 0 50px;} -.c_wrap .layout {display: table; width: 100%; table-layout: fixed;} +.c_wrap .layout {display: table; width: 100%; table-layout: fixed; padding-bottom: 20px;} /* added by lim padding-bottom: 20px; */ /* sub navigation */ .c_wrap .layout .nav {display: table-cell; width: 260px; vertical-align: top;} .c_wrap .layout .nav .inner {border: 1px solid #dde2e5; border-radius: 10px;} -.nav_title{padding: 35px 30px 26px 30px;} /* border-bottom: 4px solid #dde2e5; changed by lim*/ +.nav_title{padding: 35px 30px 26px 30px;} /* changed by lim border-bottom: 4px solid #dde2e5; */ .c_wrap .layout .nav h2 {color: #222; font-size: 24px;} .c_wrap .layout .nav ul {}/*padding: 26px 30px 27px 30px;*/ -.c_wrap .layout .nav ul li + li {margin-top: 18px;} /* margin-top: 27px; changed by lim*/ -.c_wrap .layout .nav ul li a {display: block; position: relative; color: #666; font-size: 14px;} /* font-size: 18px; changed by lim*/ +.c_wrap .layout .nav ul li + li {margin-top: 18px;} /* changed by lim margin-top: 27px; */ +.c_wrap .layout .nav ul li a {display: block; position: relative; color: #666; font-size: 14px;} /* changed by lim font-size: 18px; */ .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 30px; vertical-align: top;} /* changed by limm padding: 0 0 120px 70px; */ +.c_wrap .layout .contents {display: table-cell; width: auto; padding: 0 0 50px 30px; vertical-align: top;} /* changed by lim padding: 0 0 120px 70px; */ /* location */