Skip to content

Commit

Permalink
Bug: Visual Regressions (vercel#699)
Browse files Browse the repository at this point in the history
* ProductTag offset

* ProductTag offset
  • Loading branch information
okbel authored Mar 2, 2022
1 parent 0ae927f commit 5af4004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/components/product/ProductTag/ProductTag.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@apply pt-0 max-w-full w-full leading-extra-loose;
font-size: 2rem;
letter-spacing: 0.4px;
line-height: 2.2em;
line-height: 2.1em;
}

.root .name span {
Expand All @@ -27,4 +27,5 @@
.root .price {
@apply pt-2 px-6 pb-4 text-sm bg-primary text-accent-9
font-semibold inline-block tracking-wide;
margin-top: -1px;
}

0 comments on commit 5af4004

Please sign in to comment.