mirror of
https://github.com/vercel/commerce.git
synced 2025-03-31 17:25:53 +00:00
5 lines
126 B
CSS
5 lines
126 B
CSS
.root {
|
|
@apply grid grid-cols-1 lg:grid-cols-3 lg:grid-rows-4 w-full h-96;
|
|
min-height: calc((100vh - 80px - 56px) * 2);
|
|
}
|