프로필 line-height변경

This commit is contained in:
khk 2020-01-06 11:17:01 +09:00
parent 0c9bc523cc
commit 4ef80a151e

View File

@ -92,6 +92,10 @@
margin-top: 120px;
span {
@include ellipsis(1);
&.name {
font-size: 1.2em;
line-height: 1.4em;
}
&.number {
font-size: 0.8em;
}
@ -105,6 +109,7 @@
@include ellipsis(1);
&.deptName {
font-size: 1.2em;
line-height: 1.4em;
}
}
}