mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
6ce7a0378e
* Add Cosmic CMS Example * with native .env support, this file isn't needed anymore * FIX use path alias * Add cosmicjs package * Fix alias import in pages/api/preview * Added: react-imgix & lazysizes package * Load lazysizes in layout * Used imgix image with lazyloading * Added avatar imgix optimizations * EDITED: steps to install content, preview * EDITED: demo link * EDITED: Install step * EDITED: preview link steps * Edited: demo link * FIXED: object_slug * Screenshots * Fixed object_slug link * Update README.md * Fix: formatting issue * Updated readme and renamed .env to env.local * Sanity checks * Handle fallback data when expected * Added link to the example in other examples * Updated demo deployment * Added example to docs * minor lint fix * Remove manual download step * use vercel.json Co-authored-by: Tony Spiro <tspiro@tonyspiro.com> Co-authored-by: Luis Alvarez <luis@vercel.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;
|
|
}
|