summaryrefslogtreecommitdiff
path: root/src/lib/brand/components/BrandCard.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/brand/components/BrandCard.jsx')
-rw-r--r--src/lib/brand/components/BrandCard.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/brand/components/BrandCard.jsx b/src/lib/brand/components/BrandCard.jsx
index 984a9fa6..f8c01e6d 100644
--- a/src/lib/brand/components/BrandCard.jsx
+++ b/src/lib/brand/components/BrandCard.jsx
@@ -20,7 +20,7 @@ const BrandCard = ({ brand }) => {
{!brand.logo && (
<span
className='text-center'
- style={{ fontSize: `${14 - brand.name.length * 0.5}px` }}
+ style={{ fontSize: `${16 - brand.name.length * 0.5}px` }}
>
{brand.name}
</span>