forked from crowetic/commerce
6 lines
115 B
CSS
6 lines
115 B
CSS
.root {
|
|
@apply mx-auto max-w-screen-xl mx-auto px-6 sm:px-4 lg:px-10;
|
|
display: inherit;
|
|
max-width: 1440px;
|
|
}
|