- corretto visualizzazione dei prodotti,

- inserimento nuovi prodotti nella tabella.
This commit is contained in:
Surya Paolo
2025-09-27 20:43:46 +02:00
parent d6c0bcf879
commit 05c97ab231
11 changed files with 1446 additions and 1145 deletions

View File

@@ -2759,7 +2759,7 @@ body.body--dark {
}
// Stili aggiuntivi per la pagina
.container {
.containerhome {
background: white;
border-radius: 18px;
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.09);
@@ -2768,6 +2768,13 @@ body.body--dark {
transition: transform 0.2s ease;
}
.container:hover {
.containerhome:hover {
transform: translateY(-4px);
}
}
.container {
background: white;
border-radius: 12px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
transition: transform 0.2s ease;
}