diff --git a/components/core/Featurebar/Featurebar.tsx b/components/core/Featurebar/Featurebar.tsx index 22d637113..fddf2b10f 100644 --- a/components/core/Featurebar/Featurebar.tsx +++ b/components/core/Featurebar/Featurebar.tsx @@ -17,7 +17,7 @@ const Featurebar: FC = ({ hide, }) => { const rootClassName = cn( - 'transition-transform transform duration-500 text-center ease-out p-6 bg-primary text-base text-sm md:flex md:text-left flex-row justify-center items-center font-medium fixed bottom-0 w-full z-10', + 'transition-transform transform duration-500 text-center ease-out p-6 bg-primary text-base text-sm md:flex md:text-left flex-row justify-center items-center font-medium fixed bottom-0 w-full z-30', { 'translate-y-full': hide }, className ) diff --git a/components/product/ProductCard/ProductCard.module.css b/components/product/ProductCard/ProductCard.module.css index 02139babd..8933aece7 100644 --- a/components/product/ProductCard/ProductCard.module.css +++ b/components/product/ProductCard/ProductCard.module.css @@ -89,6 +89,9 @@ width: 18vw; margin-top: -7px; font-size: 1rem; + & span { + line-height: 3; + } } & .productPrice { @@ -103,7 +106,7 @@ letter-spacing: 0.4px; & span { - @apply inline py-4 px-6 bg-primary text-primary font-bold; + @apply py-4 px-6 bg-primary text-primary font-bold; font-size: inherit; letter-spacing: inherit; box-decoration-break: clone;