Skip to content

Commit

Permalink
💄 fix markdown styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredkiss3 committed Jan 29, 2024
1 parent becc387 commit 96cdb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/markdown/markdown-h.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function MarkdownH({ as, showLink, ...props }: MarkdownHProps) {
className={clsx(
"inline-flex items-baseline w-full flex-wrap",
"group relative mb-4 border-b border-neutral pb-2.5",
"mt-8 scroll-mt-20 first:mt-0",
"mt-6 scroll-mt-20 first:mt-0",
"sm:scroll-mt-24",
{
"text-3.5xl font-semibold": as === "h1",
Expand Down

0 comments on commit 96cdb17

Please sign in to comment.