Skip to content

Commit 0f54260

Browse files
committed
chore(dev-hub) Product Card improvements
1 parent 8d00412 commit 0f54260

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/developer-hub/src/components/ProductCard/index.module.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
font-size: 1.875rem; // 30px
3838
font-weight: 600;
3939
line-height: 1; // 30px
40-
letter-spacing: -0.03em; // -0.9px
4140
color: var(--color-fd-foreground);
4241
white-space: nowrap;
4342
text-overflow: ellipsis;
@@ -49,7 +48,6 @@
4948
font-size: 1rem; // 16px
5049
font-weight: 400;
5150
line-height: 1.65;
52-
letter-spacing: -0.01em; // -0.16px
5351
color: var(--color-fd-foreground);
5452
opacity: 0.9;
5553
display: -webkit-box;
@@ -78,7 +76,6 @@
7876
font-size: 0.6875rem;
7977
font-weight: 500;
8078
line-height: 1.82;
81-
letter-spacing: -0.01em;
8279
color: var(--color-fd-foreground);
8380
opacity: 0.5;
8481
text-transform: uppercase;
@@ -118,7 +115,6 @@
118115
font-size: 0.875rem; // 14px
119116
font-weight: 600;
120117
line-height: 1.65;
121-
letter-spacing: -0.01em; // -0.14px
122118
color: var(--color-fd-foreground);
123119
white-space: pre;
124120
}
@@ -141,7 +137,6 @@
141137
font-size: 1rem; // 16px
142138
font-weight: 500;
143139
line-height: 1.25; // 20px
144-
letter-spacing: -0.01em; // -0.16px
145140
color: var(--color-fd-foreground);
146141
text-decoration: underline;
147142
text-decoration-skip-ink: none;
@@ -170,5 +165,4 @@
170165
font-size: 1rem; // 16px
171166
font-weight: 500;
172167
line-height: 1.25; // 20px
173-
letter-spacing: -0.01em; // -0.16px
174168
}

0 commit comments

Comments
 (0)