Merge pull request 'fix: Consertando erro de espaçamento tabela do Cart' (#2) from feature/optimization into main

Reviewed-on: #2
This commit is contained in:
José Carlos Lins 2022-12-17 02:24:47 +00:00
commit f674dacae5

View File

@ -17,6 +17,7 @@
box-sizing: border-box;
border-radius: 5px;
padding: 16px;
padding-bottom: 0;
margin-bottom: 48px;
@media (max-width: 1024px) {
@ -396,6 +397,7 @@
padding: 0;
width: 60px;
padding-right: 16px;
padding-bottom: 16px;
@include mq(sm, max) {
width: 72px;