update row grid size
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2025-03-25 03:35:20 +07:00
parent efc76e595a
commit 658249b90c

View file

@ -196,7 +196,7 @@
.row {
display: grid;
grid-template-columns: 1fr 1cm;
grid-template-columns: 1fr 1.5cm;
align-items: center;
min-height: 1.5cm;
}