mirror of
https://github.com/vercel/commerce.git
synced 2025-07-05 04:31:22 +00:00
8 lines
82 B
CSS
8 lines
82 B
CSS
.root {
|
|
@apply flex flex-col w-full;
|
|
|
|
@screen md {
|
|
@apply flex-row;
|
|
}
|
|
}
|