diff --git a/checkout/src/arquivos/sass/partials/_footer.scss b/checkout/src/arquivos/sass/partials/_footer.scss index 17bbe35..4f9c9fb 100644 --- a/checkout/src/arquivos/sass/partials/_footer.scss +++ b/checkout/src/arquivos/sass/partials/_footer.scss @@ -13,9 +13,7 @@ hr{ @media (max-width: 1024px) { width: 100%!important; flex-direction: column; - align-items: center; - justify-content: center; - justify-items: center; + display: block; } .footerCheckout { border-top: none; @@ -58,6 +56,9 @@ hr{ display: flex; justify-self: center; list-style: none; + @media (max-width: 1024px){ + margin: 0 0 10px 0px; + } @include mq(md, max) { align-self: center;