From 925667fc2c216a96ba7c904b84934d440d90bb33 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Tue, 15 Jul 2025 21:00:27 +0200 Subject: [PATCH] Update font size and padding in CategoryBox component for improved readability and layout consistency. --- src/components/CategoryBox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CategoryBox.js b/src/components/CategoryBox.js index 194571c..f4e26cc 100644 --- a/src/components/CategoryBox.js +++ b/src/components/CategoryBox.js @@ -16,7 +16,7 @@ const CategoryBox = ({ name, seoName, bgcolor, - fontSize = '0.8rem', + fontSize = '1.2rem', ...props }) => { const [imageUrl, setImageUrl] = useState(null); @@ -186,7 +186,7 @@ const CategoryBox = ({ fontFamily: 'SwashingtonCP, "Times New Roman", Georgia, serif', fontWeight: 'normal', lineHeight: '1.2', - padding: '0 8px' + padding: '12px 8px' }}> {name}