forked from crowetic/commerce
4 lines
112 B
CSS
4 lines
112 B
CSS
.container {
|
|
@apply flex justify-between items-center flex-row px-6 h-20 relative border-gray-100 border-b;
|
|
}
|