We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fa94f commit 05135c4Copy full SHA for 05135c4
1 file changed
src/routes/ResourceRoute/ResourceRoute.tsx
@@ -134,7 +134,7 @@ export function ResourceRoute(props: {
134
<MDXWrapper>
135
<h1
136
style={{
137
- marginBottom: "0 !important",
+ marginBottom: ".25rem !important",
138
}}
139
>
140
{props.doc.currentPage?.title || ""}
@@ -165,15 +165,15 @@ export function ResourceRoute(props: {
165
</div>
166
<div className="flex flex-row items-center justify-between gap-2">
167
168
- <h4
+ <h3
169
170
marginTop: "0 !important",
171
- marginBottom: "1rem !important",
172
- color: `var(--gray-11) !important`,
+ marginBottom: "3rem !important",
+ color: `var(--gray-10) !important`,
173
174
175
{props.resource.data.name}
176
- </h4>
+ </h3>
177
</MDXWrapper>
178
179
0 commit comments