From 855880a9ac2e2187e59ed8c77ff46a3ec5610066 Mon Sep 17 00:00:00 2001 From: lgilbuena <74790030+lgilbuena@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:00:37 +0000 Subject: [PATCH] padding changes on the main page for the main site --- styles/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/variables.scss b/styles/variables.scss index cb352a66a3..81c5e8b880 100644 --- a/styles/variables.scss +++ b/styles/variables.scss @@ -49,7 +49,7 @@ html { --spacing-xs: 0.5rem; --spacing-sm: 1rem; --spacing-md: 1.5rem; - --spacing-lg: 2rem; + --spacing-lg: 2.5rem; --spacing-xl: 3rem; --spacing-2xl: 4rem; --spacing-3xl: 5rem;