File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/website/src/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const components: Record<string, Component> = {
24
24
< h1
25
25
{ ...props }
26
26
class = { [
27
- cn ( 'mb-6 scroll-mt-32 pt-6 text-3xl font-extrabold md:text-5xl' , props . class ) ,
27
+ cn ( 'mb-6 scroll-mt-24 pt-6 text-3xl font-extrabold md:text-5xl' , props . class ) ,
28
28
] }
29
29
>
30
30
< Slot />
@@ -37,7 +37,7 @@ export const components: Record<string, Component> = {
37
37
{ ...props }
38
38
class = { [
39
39
cn (
40
- 'mb-8 mt-20 scroll-mt-32 border-b-2 pb-2 text-2xl font-extrabold' ,
40
+ 'mb-8 mt-20 scroll-mt-24 border-b-2 pb-2 text-2xl font-extrabold' ,
41
41
props . class ,
42
42
) ,
43
43
] }
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const useActiveItem = (itemIds: string[]) => {
38
38
}
39
39
} ) ;
40
40
} ,
41
- { rootMargin : `0% 0% -90 % 0%` } ,
41
+ { rootMargin : `0% 0% -85 % 0%` } ,
42
42
) ;
43
43
44
44
itemIds . forEach ( ( id ) => {
You can’t perform that action at this time.
0 commit comments