forked from crowetic/commerce
HTMLContent
This commit is contained in:
parent
177a6f530e
commit
3c9f6d4d05
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user