forked from crowetic/commerce
8 lines
82 B
CSS
8 lines
82 B
CSS
.root {
|
|
@apply flex flex-row h-screen py-12;
|
|
}
|
|
|
|
.button {
|
|
min-width: 300px;
|
|
}
|