Entrega do Desafio #6

Merged
anacarolinaduartecavalcante merged 8 commits from develop into master 2023-02-06 12:06:25 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 0344e5d24f - Show all commits

View File

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

View File

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