fix(header.scss): incorrect margin

This commit is contained in:
Matheus Brollo Dauter 2022-12-14 19:41:42 -03:00
parent fa100dc965
commit 44cf2b4883

View File

@ -12,8 +12,8 @@
} }
.headerCheckout__wrapper { .headerCheckout__wrapper {
margin-top: 29px; margin-top: 20px;
margin-bottom: 29px; margin-bottom: 22px;
} }
&__wrapper { &__wrapper {