From 461373aa6da08a28d51e46f0bc824c08c3be93dc Mon Sep 17 00:00:00 2001 From: mykimdesign <37066375+mykimdesign@users.noreply.github.com> Date: Mon, 2 Apr 2018 14:57:36 +0900 Subject: [PATCH] change the width value. --- assets/_sass/_site.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/_sass/_site.scss b/assets/_sass/_site.scss index a462a2b82..5ed5ed0a5 100644 --- a/assets/_sass/_site.scss +++ b/assets/_sass/_site.scss @@ -1,5 +1,6 @@ .block-left { float: left; + width: 30%; .content { z-index: 1; position: relative; @@ -8,12 +9,13 @@ .block-right { float: right; + width: 70%; overflow-y: auto; } .block-left, .block-right { - width: 50%; + //width: 50%; height: 100%; position: relative; display: table;