commerce/components/ui/Text/Text.module.css
2020-10-24 17:55:30 -03:00

12 lines
198 B
CSS

.body {
@apply text-lg leading-7 font-medium max-w-6xl mx-auto;
}
.heading {
@apply text-5xl mb-12;
}
.pageHeading {
@apply pt-1 pb-4 text-2xl leading-7 font-bold text-base tracking-wide;
}