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; background-color:#333;
border-radius: 10px; 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 { header {
font-size: 67%; font-size: 67%;
background-color: #333; background-color: #333;
@ -288,13 +298,3 @@ table.image-table img {
gap: 20px; gap: 20px;
margin: 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;
}