commerce/components/Navbar/Navbar.module.css
2020-09-23 16:51:06 -03:00

4 lines
64 B
CSS

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