Update dd.css

newdesign
Antonio Manzano 2022-12-22 17:03:41 +00:00
parent 591872ecde
commit 394f93c201
1 changed files with 3 additions and 3 deletions

View File

@ -164,7 +164,7 @@
border: 1px solid rgba(0,0,0,.15); border: 1px solid rgba(0,0,0,.15);
border-radius: 5px; border-radius: 5px;
box-shadow: rgb(0 0 0 / 20%) 0 3px 8px; box-shadow: rgb(0 0 0 / 20%) 0 3px 8px;
margin-top: 15px; margin-top: 11px;
padding: 10px; padding: 10px;
max-height: 500px; max-height: 500px;
overflow-y: scroll; overflow-y: scroll;
@ -179,9 +179,9 @@
list-style: none; list-style: none;
display: grid; display: grid;
flex-wrap: wrap; flex-wrap: wrap;
padding: 15px 2px 0 0; padding: 2px 2px 10px 0;
margin-bottom: 0; margin-bottom: 0;
grid-template-columns: 82px 82px 82px; grid-template-columns: 133px 133px;
grid-gap: 12px 2px; grid-gap: 12px 2px;
} }