From 5af4004b57f48ee5bfda7368bfab4b33818c170a Mon Sep 17 00:00:00 2001 From: B Date: Wed, 2 Mar 2022 13:59:13 +0100 Subject: [PATCH] Bug: Visual Regressions (#699) * ProductTag offset * ProductTag offset --- site/components/product/ProductTag/ProductTag.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/components/product/ProductTag/ProductTag.module.css b/site/components/product/ProductTag/ProductTag.module.css index faf2fd97f..c36b43aa6 100644 --- a/site/components/product/ProductTag/ProductTag.module.css +++ b/site/components/product/ProductTag/ProductTag.module.css @@ -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; }