Ricerca seta quasi finita

This commit is contained in:
Leocraft1
2025-04-11 16:39:06 +00:00
parent 57c24e61ce
commit 738800e428
60 changed files with 2882 additions and 631 deletions

View File

@@ -247,18 +247,19 @@ table.image-table img {
text-decoration: none;
}
.product-card {
padding: 10px;
margin: 10px;
border: 1px solid #ccc;
border-radius: 8px;
background-color: #282828;
width: 300px;
width: 310px;
height: 146px;
display: flex;
align-items:center;
}
.product-card img {
width: 100%;
height: auto;
border-radius: 6px;
.product-card a {
flex:1;
height: 100%;
align-items: center;
}
#bus-container {