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 {
display: grid;
grid-template-columns: repeat(2, auto);
width: fit-content;
justify-content: center;
gap: 8px;
}