Skip to content

Commit 05135c4

Browse files
committed
fix: adjust heading styles for improved layout and readability
1 parent 59fa94f commit 05135c4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/routes/ResourceRoute/ResourceRoute.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export function ResourceRoute(props: {
134134
<MDXWrapper>
135135
<h1
136136
style={{
137-
marginBottom: "0 !important",
137+
marginBottom: ".25rem !important",
138138
}}
139139
>
140140
{props.doc.currentPage?.title || ""}
@@ -165,15 +165,15 @@ export function ResourceRoute(props: {
165165
</div>
166166
<div className="flex flex-row items-center justify-between gap-2">
167167
<MDXWrapper>
168-
<h4
168+
<h3
169169
style={{
170170
marginTop: "0 !important",
171-
marginBottom: "1rem !important",
172-
color: `var(--gray-11) !important`,
171+
marginBottom: "3rem !important",
172+
color: `var(--gray-10) !important`,
173173
}}
174174
>
175175
{props.resource.data.name}
176-
</h4>
176+
</h3>
177177
</MDXWrapper>
178178
</div>
179179
</div>

0 commit comments

Comments
 (0)