add small margin to grid

This commit is contained in:
icxes 2022-09-12 00:08:16 +03:00 committed by ed
parent a9919df5af
commit a783e7071e

View file

@ -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;