forked from crowetic/commerce
12 lines
198 B
CSS
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;
|
|
}
|