mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 22:42:33 +00:00
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 {
|
||||
@apply text-5xl mb-12;
|
||||
}
|
||||
@ -14,5 +22,5 @@
|
||||
.root ul,
|
||||
.root ol,
|
||||
.root blockquote {
|
||||
@apply my-6;
|
||||
@apply mb-6;
|
||||
}
|
||||
|
@ -53,6 +53,7 @@ export default function Blog({}: InferGetStaticPropsType<
|
||||
<div className="-mt-96 mx-auto">
|
||||
<img src="/jacket.png" />
|
||||
</div>
|
||||
{/** Replace by HTML Content */}
|
||||
<div className="text-lg leading-7 font-medium py-6 text-justify max-w-6xl mx-auto">
|
||||
<p className="py-6">
|
||||
Biscuit oat cake wafer icing ice cream tiramisu pudding cupcake.
|
||||
|
Loading…
x
Reference in New Issue
Block a user