Line up column with header

This commit is contained in:
Melon 2023-11-13 21:31:43 +00:00
parent 57d4366472
commit 8ecd8c287a
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -123,8 +123,7 @@
.branch-cell { .branch-cell {
display: grid; display: grid;
grid-template-columns: repeat(2, auto); grid-template-columns: repeat(2, auto);
justify-content: center;
width: fit-content;
gap: 8px; gap: 8px;
} }