From 9d8db18c3883d354ca90c41671d01d62119b02be Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 21 Oct 2020 11:57:22 -0300 Subject: [PATCH] UI tweaks --- components/product/ProductView/ProductView.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/product/ProductView/ProductView.module.css b/components/product/ProductView/ProductView.module.css index e86769c44..99346db11 100644 --- a/components/product/ProductView/ProductView.module.css +++ b/components/product/ProductView/ProductView.module.css @@ -37,7 +37,9 @@ @apply absolute top-6 left-0 z-50; & .name { - @apply px-6 py-2 bg-primary text-primary font-bold text-3xl; + @apply px-6 py-2 bg-primary text-primary font-bold; + font-size: 2rem; + letter-spacing: 0.4px; } & .price {