forked from M3-Academy/challenge-vtex-io
style: corrigindo width do .listItem
This commit is contained in:
parent
94c99356d8
commit
0344e5d24f
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user