forked from M3-Academy/challenge-vtex-io
hotfix: tamanho das img do slick agr estão com tamanho idêntico ao figma
This commit is contained in:
parent
1a163db76d
commit
4091ee675b
@ -31,6 +31,12 @@
|
|||||||
height: 434.4px;
|
height: 434.4px;
|
||||||
}
|
}
|
||||||
@media (max-width: 1920px) {
|
@media (max-width: 1920px) {
|
||||||
|
.imageStackContainer {
|
||||||
|
width: 314.4px !important;
|
||||||
|
height: 314.4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 1400px) {
|
||||||
.imageStackContainer {
|
.imageStackContainer {
|
||||||
width: 291.2px !important;
|
width: 291.2px !important;
|
||||||
height: 291.2px;
|
height: 291.2px;
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
width: 434.4px !important;
|
width: 434.4px !important;
|
||||||
height: 434.4px;
|
height: 434.4px;
|
||||||
@media (max-width: 1920px) {
|
@media (max-width: 1920px) {
|
||||||
|
width: 314.4px !important;
|
||||||
|
height: 314.4px;
|
||||||
|
}
|
||||||
|
@media (max-width: 1400px) {
|
||||||
width: 291.2px !important;
|
width: 291.2px !important;
|
||||||
height: 291.2px;
|
height: 291.2px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user