++ Cassa - parte 1

This commit is contained in:
Surya Paolo
2024-01-02 15:24:57 +01:00
parent a2cab9ca60
commit 89d095d1c9
18 changed files with 441 additions and 376 deletions

View File

@@ -97,3 +97,27 @@
max-height: 100%;
}
.titolo_prod{
cursor: pointer;
}
.image-section {
justify-content: center;
}
.image-container {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
@media (max-width: 718px) {
width: 200px;
height: 200px;
}
}
.img-pic {
width: 100%;
height: 100%;
object-fit: cover;
}