From 44cf2b4883feca75d56c95a9b4625639878fd320 Mon Sep 17 00:00:00 2001 From: matheus Date: Wed, 14 Dec 2022 19:41:42 -0300 Subject: [PATCH] fix(header.scss): incorrect margin --- checkout/src/arquivos/sass/partials/_header.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checkout/src/arquivos/sass/partials/_header.scss b/checkout/src/arquivos/sass/partials/_header.scss index f12aa74..6af8c89 100644 --- a/checkout/src/arquivos/sass/partials/_header.scss +++ b/checkout/src/arquivos/sass/partials/_header.scss @@ -12,8 +12,8 @@ } .headerCheckout__wrapper { - margin-top: 29px; - margin-bottom: 29px; + margin-top: 20px; + margin-bottom: 22px; } &__wrapper {