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;