mirror of
https://github.com/vercel/commerce.git
synced 2025-05-20 16:36:59 +00:00
7 lines
94 B
CSS
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;
|
|
} |