commerce/components/Navbar/Navbar.module.css
2020-09-23 16:57:17 -03:00

8 lines
99 B
CSS

.root {
@apply px-4 py-5;
}
.container {
@apply flex justify-between items-center flex-row;
}