Skip to content

Commit 4210b35

Browse files
committed
chore: minor CSS clean up to remove fallback values
1 parent 64c6b2f commit 4210b35

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

static/css/v3/community.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ body:has(.community-v3) .header {
1717
.community-container {
1818
max-width: 1440px;
1919
margin: 0 auto;
20-
padding: var(--space-large, 16px) var(--space-large, 16px)
21-
var(--space-xxl, 48px);
20+
padding: var(--space-large) var(--space-large) var(--space-xxl);
2221
}
2322

2423
/* ── Masonry layout ───────────────────────────────────────────── */

static/css/v3/help-card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
font-weight: var(--font-weight-medium);
9494
color: var(--color-text-primary);
9595
line-height: var(--line-height-default);
96-
letter-spacing: -0.12px;
96+
letter-spacing: var(--letter-spacing-tight);
9797
margin-top: auto;
9898
text-decoration: underline;
9999
width: fit-content;

0 commit comments

Comments
 (0)