4
0
forked from crowetic/commerce

HTMLContent

This commit is contained in:
Belen Curcio 2020-10-16 12:26:35 -03:00
parent 177a6f530e
commit 3c9f6d4d05
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
.root {
@apply text-lg leading-7 font-medium max-w-6xl mx-auto;
}
.root p {
@apply text-justify;
}
.root h1 { .root h1 {
@apply text-5xl mb-12; @apply text-5xl mb-12;
} }
@ -14,5 +22,5 @@
.root ul, .root ul,
.root ol, .root ol,
.root blockquote { .root blockquote {
@apply my-6; @apply mb-6;
} }

View File

@ -53,6 +53,7 @@ export default function Blog({}: InferGetStaticPropsType<
<div className="-mt-96 mx-auto"> <div className="-mt-96 mx-auto">
<img src="/jacket.png" /> <img src="/jacket.png" />
</div> </div>
{/** Replace by HTML Content */}
<div className="text-lg leading-7 font-medium py-6 text-justify max-w-6xl mx-auto"> <div className="text-lg leading-7 font-medium py-6 text-justify max-w-6xl mx-auto">
<p className="py-6"> <p className="py-6">
Biscuit oat cake wafer icing ice cream tiramisu pudding cupcake. Biscuit oat cake wafer icing ice cream tiramisu pudding cupcake.