fix pagine che non comparivano immagini

This commit is contained in:
Surya Paolo
2022-12-11 18:34:01 +01:00
parent c743977b66
commit ac01af43cb
9 changed files with 10 additions and 10 deletions

View File

@@ -37,10 +37,10 @@
margin-left: auto;
margin-right: auto;
max-height: 350px;
max-height: 500px;
max-width: 350px;
@media (max-width: 500px) {
max-height: 400px;
max-height: 500px;
max-width: 400px;
}
}