From cf67e12133c64938e69e89dbe074a65778ed3a61 Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Fri, 3 Mar 2017 23:12:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=84=A4=EB=AA=A8=EC=9D=98=20=EA=BF=88=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=B5=9C=EB=8C=80=20?= =?UTF-8?q?=EA=B0=80=EB=A1=9C=20=ED=8F=AD=20=ED=99=95=EB=8C=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 960px 은 너무 좁은 것 같아서 조금 더 넓힘. --- layouts/simple_world/layout.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/simple_world/layout.scss b/layouts/simple_world/layout.scss index 03b8f6378..8147b3062 100644 --- a/layouts/simple_world/layout.scss +++ b/layouts/simple_world/layout.scss @@ -39,7 +39,7 @@ body { /* Layout */ .layout_canvas { position: relative; - max-width:960px; + max-width:1050px; width:100%; margin:0 auto; } @@ -189,7 +189,7 @@ header.layout_frame { list-style-type: none; padding: 0; overflow: hidden; - max-width:960px; + max-width:1050px; margin:0 auto; } .layout_menu>ul{