let the gallery grid display up to the edge of the screen

This commit is contained in:
Til Schmitter 2026-04-03 19:06:37 +02:00
parent c768a854e3
commit c4410c4c46

View file

@ -3399,7 +3399,7 @@ html.d #treepar {
@supports (display: grid) and (gap: 1em) {
#ggrid {
display: grid;
margin: 0em 0.25em;
margin: 0em -0.25em;
padding: unset;
grid-template-columns: repeat(auto-fit,var(--grid-sz));
justify-content: center;