mirror of
https://github.com/vercel/commerce.git
synced 2025-04-28 05:47:50 +00:00
8 lines
99 B
CSS
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;
|
|
}
|