Fix home novita

This commit is contained in:
Leocraft1 2025-05-01 19:58:46 +02:00
parent a674ff5479
commit 5736b40d0e
1 changed files with 10 additions and 10 deletions

View File

@ -94,6 +94,16 @@ div.footer{
background-color:#333;
border-radius: 10px;
}
div.riga {
flex: 1;
min-width: 0;
border: 1px solid #525252;
border-radius: 5px;
padding: 15px;
box-sizing: border-box;
overflow-wrap: break-word;
word-wrap: break-word;
}
header {
font-size: 67%;
background-color: #333;
@ -287,14 +297,4 @@ table.image-table img {
justify-content: space-between;
gap: 20px;
margin: 20px;
}
div.riga {
flex: 1;
min-width: 0;
border: 2px solid #3d3d3d;
border-radius: 5px;
padding: 15px;
box-sizing: border-box;
overflow-wrap: break-word;
word-wrap: break-word;
}