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 6626767 commit f6baa73Copy full SHA for f6baa73
apps/website/src/components/mdx-components/index.tsx
@@ -24,7 +24,7 @@ export const components: Record<string, Component> = {
24
<h1
25
{...props}
26
class={[
27
- cn('mb-6 scroll-mt-32 pt-6 text-3xl font-extrabold md:text-5xl', props.class),
+ cn('mb-6 scroll-mt-24 pt-6 text-3xl font-extrabold md:text-5xl', props.class),
28
]}
29
>
30
<Slot />
@@ -37,7 +37,7 @@ export const components: Record<string, Component> = {
37
38
39
cn(
40
- 'mb-8 mt-20 scroll-mt-32 border-b-2 pb-2 text-2xl font-extrabold',
+ 'mb-8 mt-20 scroll-mt-24 border-b-2 pb-2 text-2xl font-extrabold',
41
props.class,
42
),
43
0 commit comments