mirror of
https://github.com/vercel/commerce.git
synced 2025-03-28 00:05:53 +00:00
8 lines
70 B
CSS
8 lines
70 B
CSS
.root {
|
|
@apply h-full bg-primary;
|
|
}
|
|
|
|
.main {
|
|
min-height: 100vh;
|
|
}
|