commerce/components/core/Layout/Layout.module.css
2020-10-12 21:40:39 -03:00

8 lines
70 B
CSS

.root {
@apply h-full bg-primary;
}
.main {
min-height: 100vh;
}