프로필 너비조정

This commit is contained in:
khk 2020-02-07 14:34:09 +09:00
parent aea898dea7
commit 43b389d4d6

View File

@ -43,7 +43,7 @@ $login-max-height: 800px;
position: relative; position: relative;
justify-content: flex-start; justify-content: flex-start;
flex-flow: column; flex-flow: column;
width: 38%; width: 40%;
height: 100%; height: 100%;
background: #64cddf; background: #64cddf;
color: #ffffff; color: #ffffff;
@ -163,7 +163,7 @@ $login-max-height: 800px;
} }
.mat-card-content { .mat-card-content {
position: relative; position: relative;
width: 62%; width: 60%;
height: 100%; height: 100%;
padding-bottom: 10px; padding-bottom: 10px;
margin-left: 30px; margin-left: 30px;