fix: alignment of header title and subtitle with logo
This commit is contained in:
parent
f098378434
commit
8b7099e2eb
1 changed files with 3 additions and 1 deletions
|
|
@ -47,13 +47,15 @@
|
|||
}
|
||||
.header-title {
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
line-height: 1.2;
|
||||
@include truncate();
|
||||
overflow: unset;
|
||||
}
|
||||
|
||||
.header-subtitle {
|
||||
color: var(--ink-gray-6);
|
||||
line-height: 1.2;
|
||||
font-size: var(--text-sm);
|
||||
@include truncate();
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue