Fix home novita
This commit is contained in:
parent
a674ff5479
commit
5736b40d0e
20
style.css
20
style.css
|
@ -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;
|
||||
|
@ -288,13 +298,3 @@ table.image-table img {
|
|||
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;
|
||||
}
|
Loading…
Reference in New Issue