mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
19 lines
318 B
CSS
19 lines
318 B
CSS
.root {
|
|
@apply flex flex-col py-32 mx-auto;
|
|
}
|
|
|
|
.headline {
|
|
@apply text-accent-0 font-extrabold text-5xl leading-none tracking-tight;
|
|
}
|
|
|
|
@screen md {
|
|
.root {
|
|
@apply flex-row items-center justify-center;
|
|
}
|
|
|
|
.headline {
|
|
@apply text-6xl max-w-xl text-right leading-10 -mt-3;
|
|
line-height: 4rem;
|
|
}
|
|
}
|