We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c6b2f commit 4210b35Copy full SHA for 4210b35
2 files changed
static/css/v3/community.css
@@ -17,8 +17,7 @@ body:has(.community-v3) .header {
17
.community-container {
18
max-width: 1440px;
19
margin: 0 auto;
20
- padding: var(--space-large, 16px) var(--space-large, 16px)
21
- var(--space-xxl, 48px);
+ padding: var(--space-large) var(--space-large) var(--space-xxl);
22
}
23
24
/* ── Masonry layout ───────────────────────────────────────────── */
static/css/v3/help-card.css
@@ -93,7 +93,7 @@
93
font-weight: var(--font-weight-medium);
94
color: var(--color-text-primary);
95
line-height: var(--line-height-default);
96
- letter-spacing: -0.12px;
+ letter-spacing: var(--letter-spacing-tight);
97
margin-top: auto;
98
text-decoration: underline;
99
width: fit-content;
0 commit comments