4
0
forked from crowetic/commerce
commerce/components/product/ProductView/ProductView.module.css
2020-10-08 12:36:00 -06:00

8 lines
87 B
CSS

.root {
@apply flex flex-row h-screen py-12 px-6;
}
.button {
min-width: 300px;
}