modified css for added zap amounts

This commit is contained in:
TheGrinder 2023-08-21 01:40:32 +02:00
parent 5a24671839
commit cb94afdc16

View File

@ -6,7 +6,7 @@
.send-zap .amounts {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-columns: repeat(6, 1fr);
justify-content: space-evenly;
gap: 8px;
}