commerce/components/core/Footer/Footer.module.css
2020-10-05 18:00:54 -03:00

8 lines
123 B
CSS

.root {
@apply p-0 bg-black text-white;
}
.container {
@apply flex justify-between items-center flex-row px-4 py-5;
}