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