mirror of
https://github.com/vercel/commerce.git
synced 2025-03-31 09:15:53 +00:00
13 lines
240 B
CSS
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%;
|
|
}
|