1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-16 01:11:21 +00:00
2025-03-28 11:36:41 -04:00

8 lines
99 B
CSS

.root {
@apply px-4 sm:px-6 sm:w-full flex-1 z-20;
}
.item {
@apply text-xl font-bold py-2;
}