fix: alignment of header title and subtitle with logo

This commit is contained in:
Saqib Ansari 2025-12-31 13:29:48 +05:30
parent f098378434
commit 8b7099e2eb

View file

@ -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;
}