mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
ccbc9b868a
This is an example of how to integrate [Sitefinity CMS ](https://www.progress.com/sitefinity-cms)with next.js Co-authored-by: Balázs Orbán <info@balazsorban.com>
19 lines
251 B
CSS
19 lines
251 B
CSS
.markdown {
|
|
@apply text-lg leading-relaxed;
|
|
}
|
|
|
|
.markdown p,
|
|
.markdown ul,
|
|
.markdown ol,
|
|
.markdown blockquote {
|
|
@apply my-6;
|
|
}
|
|
|
|
.markdown h2 {
|
|
@apply text-3xl mt-12 mb-4 leading-snug;
|
|
}
|
|
|
|
.markdown h3 {
|
|
@apply text-2xl mt-8 mb-4 leading-snug;
|
|
}
|