fix: point of sale padding (#45697)

This commit is contained in:
Diptanil Saha
2025-02-04 13:09:27 +05:30
committed by GitHub
parent 2482a3a205
commit 51a65899ec

View File

@@ -2,6 +2,7 @@
display: grid;
grid-template-columns: repeat(10, minmax(0, 1fr));
gap: var(--margin-md);
padding: 1%;
section {
min-height: 45rem;