프로필 line-height변경
This commit is contained in:
parent
0c9bc523cc
commit
4ef80a151e
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user