mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
d5837e03cc
## Documentation / Examples - [X] Make sure the linting passes by running `pnpm lint` - [X] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md) 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 mt-12 mb-4 text-3xl leading-snug;
|
|
}
|
|
|
|
.markdown h3 {
|
|
@apply mt-8 mb-4 text-2xl leading-snug;
|
|
}
|