commerce/components/ui/Text/Text.module.css
2021-06-01 09:46:48 -03:00

16 lines
276 B
CSS

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