1
0
mirror of https://github.com/vercel/commerce.git synced 2025-03-16 15:32:32 +00:00
2020-10-26 11:09:12 -03:00

16 lines
309 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 tracking-wide;
}
.sectionHeading {
@apply pt-1 pb-2 font-semibold leading-7 tracking-wider uppercase border-b border-accents-2 mb-3;
}