CSS update for img

pull/1/head
Swissky 2024-06-13 23:49:09 +02:00
parent f021910a1e
commit e36d55645d
1 changed files with 6 additions and 1 deletions

View File

@ -18,12 +18,17 @@ code {
font-family:'Bitstream Vera Sans Mono','Courier', monospace;
}
img {
display: block;
margin: 0 auto;
max-width: 100%;
}
table{
border-color: rgb(58, 62, 65);
box-shadow: rgba(0, 0, 0, 0.1) 3px 3px;
padding: 7px 7px 7px 10px;
margin: 20px 0 20px 0;
margin: 0 auto;
overflow: scroll;
border: 1px solid #ddd;
}