From 4cee7da4160c51bdf212659a25554f4147bd9d81 Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Mon, 8 Jan 2024 10:25:19 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=98=A4=EB=A5=B8=EC=AA=BD=20=EC=8F=A0?= =?UTF-8?q?=EB=A6=BC=20css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- egovframe-template-simple-react-contribution/src/css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egovframe-template-simple-react-contribution/src/css/layout.css b/egovframe-template-simple-react-contribution/src/css/layout.css index f58f723..f301847 100644 --- a/egovframe-template-simple-react-contribution/src/css/layout.css +++ b/egovframe-template-simple-react-contribution/src/css/layout.css @@ -46,7 +46,7 @@ body {min-width: 1400px;} .container {min-height: calc(100vh - 300px);} -.c_wrap {width: 1400px; margin: 0 auto; padding: 0 50px;} +.c_wrap {margin: 0 auto;} /* removed by lim width: 1400px; padding: 0 50px; */ .c_wrap .layout {display: table; width: 100%; table-layout: fixed; padding-bottom: 20px;} /* added by lim padding-bottom: 20px; */ /* sub navigation */ From 9f430ca7ffd1a2ce4b93ed7ba33f57c44eb57b52 Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Mon, 8 Jan 2024 10:50:17 +0900 Subject: [PATCH 2/2] =?UTF-8?q?nav=20=EB=A7=81=ED=81=AC=20=EC=95=88?= =?UTF-8?q?=EA=B1=B8=EB=A6=AC=EB=8A=94=20=ED=98=84=EC=83=81=20css=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/css/component.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/egovframe-template-simple-react-contribution/src/css/component.css b/egovframe-template-simple-react-contribution/src/css/component.css index 8f35bba..f385cce 100644 --- a/egovframe-template-simple-react-contribution/src/css/component.css +++ b/egovframe-template-simple-react-contribution/src/css/component.css @@ -247,7 +247,8 @@ select::-ms-expand {display:none;} /* Title */ -.tit_1 {position: relative; padding-bottom: 20px; color: #222; font-size: 38px; font-weight: 500; letter-spacing: -2px; line-height: 48px;} /* changed by lim padding-bottom: 50px; font-size: 48px;*/ +/* changed by lim padding-bottom: 50px; font-size: 48px; added by lim margin-top: 10px;*/ +.tit_1 {position: relative; padding-bottom: 10px; margin-top: 10px; color: #222; font-size: 38px; font-weight: 500; letter-spacing: -2px; line-height: 48px;} .tit_1::after {content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: #0465be;} .tit_2 {font-size: 30px; font-weight: 700;}