Design adjustment

This commit is contained in:
krateng 2023-12-28 02:45:46 +01:00
parent ea6e27de5c
commit d160078def

@ -987,6 +987,7 @@ table.misc td {
div.tiles {
max-height: 600px;
display: grid;
grid-template-columns: repeat(18, calc(100% / 18));
grid-template-rows: repeat(6, calc(100% / 6));