4
0
forked from crowetic/commerce
This commit is contained in:
Belen Curcio 2020-09-29 14:25:00 -03:00
parent a04618b45b
commit 0a9a95caae

View File

@ -1,7 +1,7 @@
.root { .root {
@apply border-black border-t; @apply p-0;
} }
.container { .container {
@apply flex justify-between items-center flex-row px-4 py-5 border-black border-l border-r; @apply flex justify-between items-center flex-row px-4 py-5;
} }