Better index novità box

This commit is contained in:
2025-05-01 19:48:10 +02:00
committed by GitHub
parent d170fe748f
commit 4e1d11e09f
2 changed files with 42 additions and 15 deletions

View File

@@ -187,6 +187,9 @@ table.image-table img {
table.image-table img {
margin-bottom: 10px;
}
.container {
flex-direction: column;
}
}
/*zona lista mezzi*/
.lista-mezzi{
@@ -277,4 +280,20 @@ table.image-table img {
width: 300px;
margin: 20px;
font-size: 16px;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
margin: 20px;
}
div.riga {
flex: 1;
min-width: 0;
border: 2px solid white;
padding: 15px;
box-sizing: border-box;
overflow-wrap: break-word;
word-wrap: break-word;
}