commerce/components/ui/Hero/Hero.module.css
2021-06-05 13:57:51 -03:00

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;
}
}