1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-28 20:26:58 +00:00
2020-09-24 10:56:52 -03:00

13 lines
240 B
CSS

.root {
@apply border-black border-b;
}
.container {
@apply flex justify-between items-center flex-row px-4 border-black border-l border-r h-20 relative;
}
.logoContainer {
@apply absolute transform -translate-x-1/2;
left: 50%;
}