forked from crowetic/commerce
5 lines
98 B
CSS
5 lines
98 B
CSS
.root {
|
|
@apply h-full bg-primary mx-auto transition-colors duration-150;
|
|
max-width: 2460px;
|
|
}
|