From 43b389d4d6893369d94dc5162ef84661c2810f30 Mon Sep 17 00:00:00 2001 From: khk Date: Fri, 7 Feb 2020 14:34:09 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=95=84=20=EB=84=88?= =?UTF-8?q?=EB=B9=84=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/lib/components/profile.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss b/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss index dcf3232c..6aa72c71 100644 --- a/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss +++ b/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss @@ -43,7 +43,7 @@ $login-max-height: 800px; position: relative; justify-content: flex-start; flex-flow: column; - width: 38%; + width: 40%; height: 100%; background: #64cddf; color: #ffffff; @@ -163,7 +163,7 @@ $login-max-height: 800px; } .mat-card-content { position: relative; - width: 62%; + width: 60%; height: 100%; padding-bottom: 10px; margin-left: 30px;