1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-19 13:41:22 +00:00
2022-01-07 11:48:45 -05:00

7 lines
94 B
CSS

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