From 9b06d6decd13c03a0c2b90e81fffe68ed8991b3d Mon Sep 17 00:00:00 2001 From: Artem Date: Sun, 2 Feb 2025 10:44:48 -0500 Subject: [PATCH] improved padding for mobile --- components/systemSectionMain.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/systemSectionMain.tsx b/components/systemSectionMain.tsx index 4beb92c..343ab5d 100644 --- a/components/systemSectionMain.tsx +++ b/components/systemSectionMain.tsx @@ -26,24 +26,24 @@ export default function SystemSectionMain(props: ISystemSectionMainProps) { return (
-
+

{blurb.title}

{blurb.sencence} {blurb.body}
-
+
{categories.map((category) => {