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> = {
2424 < h1
2525 { ...props }
2626 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 ) ,
2828 ] }
2929 >
3030 < Slot />
@@ -37,7 +37,7 @@ export const components: Record<string, Component> = {
3737 { ...props }
3838 class = { [
3939 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' ,
4141 props . class ,
4242 ) ,
4343 ] }
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const useActiveItem = (itemIds: string[]) => {
3838 }
3939 } ) ;
4040 } ,
41- { rootMargin : `0% 0% -90 % 0%` } ,
41+ { rootMargin : `0% 0% -85 % 0%` } ,
4242 ) ;
4343
4444 itemIds . forEach ( ( id ) => {
You can’t perform that action at this time.
0 commit comments