mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
7 lines
84 B
CSS
7 lines
84 B
CSS
.root {
|
|
@apply px-4 sm:px-6 flex-1 z-20;
|
|
}
|
|
|
|
.item {
|
|
@apply text-2xl font-bold;
|
|
} |