forked from M3-Academy/challenge-vtex-io
feat(carrousel):ajustando setas mobile
This commit is contained in:
parent
6aae57088e
commit
2f8917bc47
@ -170,6 +170,7 @@
|
|||||||
height: max-content;
|
height: max-content;
|
||||||
min-height: max-content;
|
min-height: max-content;
|
||||||
max-width: 274px;
|
max-width: 274px;
|
||||||
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
}
|
}
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.nameContainer .productNameContainer--pdp-name {
|
.nameContainer .productNameContainer--pdp-name {
|
||||||
max-height: 80px;
|
max-height: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -161,6 +161,7 @@
|
|||||||
height: max-content;
|
height: max-content;
|
||||||
min-height: max-content;
|
min-height: max-content;
|
||||||
max-width: 274px;
|
max-width: 274px;
|
||||||
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
:global(.vtex-slider-layout-0-x-sliderTrackContainer--pdp-carrousel){
|
:global(.vtex-slider-layout-0-x-sliderTrackContainer--pdp-carrousel){
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
.productNameContainer--pdp-name{
|
.productNameContainer--pdp-name{
|
||||||
@media screen and (max-width: 1024px){
|
@media screen and (max-width: 1024px){
|
||||||
max-height: 80px;
|
max-height: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user