fix(index): retira o min-width do foto infocard

This commit is contained in:
Nicolly Vieira Santos Costa 2022-10-11 13:34:30 -03:00
parent ff278c7f2f
commit 29b1556218

View File

@ -78,7 +78,6 @@ body {
.top-infocard-image-container {
width: 16%;
min-width: 300px;
}
.top-infocard-image {
@ -161,7 +160,6 @@ body {
.top-infocard-image-container {
width: 58%;
min-width: initial;
max-width: 239px;
}