💄 feat: ProductCard-title

This commit is contained in:
marleyrae 2023-05-28 21:09:59 -07:00
parent b06dfddcad
commit d7c41dc1b1

View file

@ -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;
} }