This commit is contained in:
Surya Paolo
2023-12-11 16:51:51 +01:00
parent 1ce6d765ee
commit 4ac6cacf19
7 changed files with 154 additions and 111 deletions

View File

@@ -361,6 +361,21 @@ h3 {
}
}
.my-card-prod {
width: 100%;
max-width: 300px;
padding: 1rem 1rem;
box-shadow: none;
@media (max-width: 718px) {
// PER VERSIONE MOBILE
max-width: 400px;
padding: 1rem 1rem;
}
}
.text-trans {
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";