hotfix: tamanho das img do slick agr estão com tamanho idêntico ao figma

This commit is contained in:
Adilson Fernando Neves Ornellas 2023-02-07 15:19:05 -03:00
parent 1a163db76d
commit 4091ee675b
2 changed files with 10 additions and 0 deletions

View File

@ -31,6 +31,12 @@
height: 434.4px;
}
@media (max-width: 1920px) {
.imageStackContainer {
width: 314.4px !important;
height: 314.4px;
}
}
@media (max-width: 1400px) {
.imageStackContainer {
width: 291.2px !important;
height: 291.2px;

View File

@ -21,6 +21,10 @@
width: 434.4px !important;
height: 434.4px;
@media (max-width: 1920px) {
width: 314.4px !important;
height: 314.4px;
}
@media (max-width: 1400px) {
width: 291.2px !important;
height: 291.2px;
}