We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0552839 commit 7e764e8Copy full SHA for 7e764e8
4 files changed
_components/Base.tsx
@@ -7,7 +7,6 @@ export default function Base(
7
return (
8
<>
9
<div className="ddoc markdown-body">
10
- <link rel="stylesheet" href="/reference_styles.css" />
11
<comp.Breadcrumbs parts={data.breadcrumbs_ctx.parts} />
12
<main id="content" tabindex={-1}>
13
{children}
reference/_components/Section.tsx
@@ -55,7 +55,7 @@ export default function (
55
<section className="section" id={section.header?.anchor.id}>
56
{section.header && (
57
58
- <h3 className="anchorable-heading">
+ <h3 className="anchorable-heading mb-4">
59
{section.header.href
60
? (
61
<a href={section.header.href} className="context-link">
0 commit comments