Skip to content

Commit 7e764e8

Browse files
Move reference_styles to main stylesheet
1 parent 0552839 commit 7e764e8

4 files changed

Lines changed: 1048 additions & 1037 deletions

File tree

_components/Base.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default function Base(
77
return (
88
<>
99
<div className="ddoc markdown-body">
10-
<link rel="stylesheet" href="/reference_styles.css" />
1110
<comp.Breadcrumbs parts={data.breadcrumbs_ctx.parts} />
1211
<main id="content" tabindex={-1}>
1312
{children}

reference/_components/Section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function (
5555
<section className="section" id={section.header?.anchor.id}>
5656
{section.header && (
5757
<>
58-
<h3 className="anchorable-heading">
58+
<h3 className="anchorable-heading mb-4">
5959
{section.header.href
6060
? (
6161
<a href={section.header.href} className="context-link">

0 commit comments

Comments
 (0)