4
0
forked from crowetic/commerce

Bug: Visual Regressions (#699)

* ProductTag offset

* ProductTag offset
This commit is contained in:
B 2022-03-02 13:59:13 +01:00 committed by GitHub
parent 0ae927fbcf
commit 5af4004b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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