style: corrigindo width do .listItem

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-02-05 09:11:56 -03:00
parent 94c99356d8
commit 0344e5d24f
2 changed files with 4 additions and 4 deletions

View File

@ -64,13 +64,13 @@
} }
@media (max-width: 1025px) and (min-width: 768px) { @media (max-width: 1025px) and (min-width: 768px) {
.container--description-block .listContainer .listItem { .container--description-block .listContainer .listItem {
width: 82px; width: 100%;
margin-bottom: 16px; margin-bottom: 16px;
} }
} }
@media (max-width: 768px) and (min-width: 375px) { @media (max-width: 768px) and (min-width: 375px) {
.container--description-block .listContainer .listItem { .container--description-block .listContainer .listItem {
width: 82px; width: 100%;
margin-bottom: 16px; margin-bottom: 16px;
} }
} }

View File

@ -41,11 +41,11 @@
width: 142px; width: 142px;
} }
@media (max-width: 1025px) and (min-width: 768px) { @media (max-width: 1025px) and (min-width: 768px) {
width: 82px; width: 100%;
margin-bottom: 16px; margin-bottom: 16px;
} }
@media (max-width: 768px) and (min-width: 375px) { @media (max-width: 768px) and (min-width: 375px) {
width: 82px; width: 100%;
margin-bottom: 16px; margin-bottom: 16px;
} }
:global(.vtex-button) { :global(.vtex-button) {