From 0f78a4a4dbd4ea98be512ed581efe9f2535b10fd Mon Sep 17 00:00:00 2001 From: "Mr. Will" Date: Thu, 19 Mar 2026 11:58:10 +0800 Subject: [PATCH] Remove padding-right from StepsSection styles Removed right padding from StepsSection. --- docs/app/(home)/components/StepsSection/StepsSection.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/app/(home)/components/StepsSection/StepsSection.module.css b/docs/app/(home)/components/StepsSection/StepsSection.module.css index 184c86861..43a9021d5 100644 --- a/docs/app/(home)/components/StepsSection/StepsSection.module.css +++ b/docs/app/(home)/components/StepsSection/StepsSection.module.css @@ -126,7 +126,6 @@ flex: 1; flex-direction: column; gap: 1.5rem; - padding-right: 60px; } .desktopStepTitle {