From 0aacc551d6e9e0887d9d07a2ad4d67bc75166df5 Mon Sep 17 00:00:00 2001 From: BlackDives Date: Sun, 30 Apr 2023 12:04:11 -0500 Subject: [PATCH] SR-002: Fixing font sizes --- src/pages/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b93a9a2..da2a7b8 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -78,9 +78,9 @@ const Services = () => { className="my-2 flex w-1/3 flex-col items-center justify-start" > service-icon -

{data.title}

-
-

{data.description}

+

{data.title}

+
+

{data.description}

))}