4
0
forked from crowetic/commerce
commerce/components/ui/Container/Container.module.css
2020-09-29 19:22:24 -03:00

6 lines
74 B
CSS

.root {
@apply mx-auto px-2;
display: inherit;
max-width: 1440px;
}