improve theme accent preset grid

This commit is contained in:
zombieFox 2021-08-21 11:31:16 +01:00
parent 3db6a9943b
commit f5427a766b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
grid-template-columns: repeat(7, auto);
grid-auto-flow: row;
justify-items: center;
width: fit-content;
width: min-content;
}
@media (min-width: 550px) {