++ Cassa - parte 1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user