From 5deb1ea05ea866f2f10ed5b898b5c5f26ed2eb4c Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Fri, 7 Jun 2024 14:22:59 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8D=BC=EB=B8=94=20=EC=97=85=EB=8E=83?= 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 6814018..6f1157b 100644 --- a/egovframe-template-simple-react-contribution/src/css/layout.css +++ b/egovframe-template-simple-react-contribution/src/css/layout.css @@ -87,7 +87,7 @@ body {min-width: 1400px;} /*.c_wrap .layout .nav .inner {border: 1px solid #dde2e5; border-radius: 10px;}*/ .nav_title{padding: 35px 30px 26px 20px;} /* changed by lim border-bottom: 4px solid #dde2e5; */ .c_wrap .layout .nav h2 {color: #222; font-size: 24px; font-weight: 700;} - +.c_wrap .layout .nav button {font-size: 14px; font-weight: 600;} .c_wrap .layout .nav ul {padding: 0 10px; } /* changed by lim padding: 26px 30px 27px 30px;*/ .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; */