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 */