mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 14:30:48 +00:00
Fix home novita
This commit is contained in:
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;
|
||||
}
|
Reference in New Issue
Block a user