Skip to content

Commit 13a3ca5

Browse files
ypriverolclaude
andcommitted
fix: remove space in quantms brand text in footer CSS
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a430889 commit 13a3ca5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css/quantms-theme.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,14 +422,15 @@
422422
.qms-ecosystem-banner .qms-brand {
423423
display: flex;
424424
align-items: center;
425-
gap: 0.4rem;
425+
gap: 0.35rem;
426426
font-weight: 700;
427427
font-size: 0.75rem;
428428
color: #e2e8f0;
429429
margin-bottom: 0.4rem;
430430
}
431431

432-
.qms-ecosystem-banner .qms-brand span { color: #60a5fa; }
432+
.qms-ecosystem-banner .qms-brand-text { color: #e2e8f0; }
433+
.qms-ecosystem-banner .qms-brand-text span { color: #60a5fa; }
433434

434435
.qms-ecosystem-banner p {
435436
color: #94a3b8;

0 commit comments

Comments
 (0)