add small margin to grid
This commit is contained in:
parent
a9919df5af
commit
a783e7071e
@ -2896,7 +2896,7 @@ html.d #treepar {
|
||||
@supports (display: grid) {
|
||||
#ggrid {
|
||||
display: grid;
|
||||
margin: unset;
|
||||
margin: 0em 0.25em;
|
||||
padding: unset;
|
||||
grid-template-columns: repeat(auto-fit,var(--grid-sz));
|
||||
justify-content: center;
|
||||
|
Loading…
Reference in New Issue
Block a user