💄 feat: ProductCard-title
This commit is contained in:
parent
b06dfddcad
commit
d7c41dc1b1
1 changed files with 9 additions and 0 deletions
|
@ -59,4 +59,13 @@ body {
|
||||||
.ProductCard-category {
|
.ProductCard-category {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: .3rem;
|
letter-spacing: .3rem;
|
||||||
|
margin-bottom: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ProductCard-title {
|
||||||
|
font-family: var(--t-family-display);
|
||||||
|
font-size: 2.25rem;
|
||||||
|
color: black;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue