feat(FN-1018): isolate header brand spacing with .header-brand container
- Wrap logo + title in a .header-brand div for independent flex layout - Replace hard-coded gap/margin with gap utilities for consistent spacing - Add .header-brand CSS class with align-items: center and gap - Add unit test verifying brand container structure - Document .header-brand lockup pattern in README
This commit is contained in:
@@ -163,6 +163,11 @@ body {
|
||||
align-items: center;
|
||||
gap: var(--space-sm);
|
||||
}
|
||||
.header-brand {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--space-xs);
|
||||
}
|
||||
.header-logo {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
||||
Reference in New Issue
Block a user