From 421867e6ae4c9fcb4521f6d06b8c7e8b2e6346ee Mon Sep 17 00:00:00 2001
From: Fernando Terra <fernando.terra@encora.com>
Date: Tue, 2 Jan 2024 13:54:38 -0300
Subject: [PATCH] feat: reduce white space in the first step

---
 frontend/src/assets/styles/global.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/src/assets/styles/global.scss b/frontend/src/assets/styles/global.scss
index d00c7a10ce..f7f37c0013 100644
--- a/frontend/src/assets/styles/global.scss
+++ b/frontend/src/assets/styles/global.scss
@@ -596,7 +596,7 @@ cds-actionable-notification * {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
-  gap: 2.5rem;
+  gap: 1rem;
 }
 
 .form-steps-02 {