mirror of
https://github.com/vercel/commerce.git
synced 2025-03-16 15:32:32 +00:00
7 lines
100 B
CSS
7 lines
100 B
CSS
.root {
|
|
@apply mx-auto grid grid-cols-1 py-32 gap-4;
|
|
@screen md {
|
|
@apply grid-cols-2;
|
|
}
|
|
}
|