@@ -36,16 +36,16 @@ export function Footer(props: { context: GitBookSiteContext }) {
3636 < div className = { tcls ( CONTAINER_STYLE , 'px-4' , 'py-8' , 'lg:py-12' , 'mx-auto' ) } >
3737 < div
3838 className = { tcls (
39- 'lg:!max-w-none mx-auto grid max-w-3xl site-full- width:max-w-screen-2xl justify-between gap-12' ,
39+ 'lg:!max-w-none mx-auto grid max-w-3xl site-width-wide :max-w-screen-2xl justify-between gap-12' ,
4040 'grid-cols-[auto_auto]' ,
4141 'lg:grid-cols-[18rem_minmax(auto,_48rem)_auto]' ,
4242 'xl:grid-cols-[18rem_minmax(auto,_48rem)_14rem]' ,
43- 'site-full- width:lg:grid-cols-[18rem_minmax(auto,_80rem)_auto]' ,
44- 'site-full- width:xl:grid-cols-[18rem_minmax(auto,_80rem)_14rem]' ,
43+ 'site-width-wide :lg:grid-cols-[18rem_minmax(auto,_80rem)_auto]' ,
44+ 'site-width-wide :xl:grid-cols-[18rem_minmax(auto,_80rem)_14rem]' ,
4545 'page-no-toc:lg:grid-cols-[minmax(auto,_48rem)_auto]' ,
4646 'page-no-toc:xl:grid-cols-[14rem_minmax(auto,_48rem)_14rem]' ,
47- '[body:has(.site-full- width,.page-no-toc)_&]:lg:grid-cols-[minmax(auto,_90rem)_auto]' ,
48- '[body:has(.site-full- width,.page-no-toc)_&]:xl:grid-cols-[14rem_minmax(auto,_90rem)_14rem]'
47+ '[body:has(.site-width-wide ,.page-no-toc)_&]:lg:grid-cols-[minmax(auto,_90rem)_auto]' ,
48+ '[body:has(.site-width-wide ,.page-no-toc)_&]:xl:grid-cols-[14rem_minmax(auto,_90rem)_14rem]'
4949 ) }
5050 >
5151 {
@@ -106,7 +106,7 @@ export function Footer(props: { context: GitBookSiteContext }) {
106106 'col-span-2 page-has-toc:lg:col-span-1 page-has-toc:lg:col-start-2 page-no-toc:xl:col-span-1 page-no-toc:xl:col-start-2'
107107 ) }
108108 >
109- < div className = "mx-auto flex max-w-3xl site-full- width:max-w-screen-2xl flex-col gap-10 sm:flex-row sm:gap-6" >
109+ < div className = "mx-auto flex max-w-3xl site-width-wide :max-w-screen-2xl flex-col gap-10 sm:flex-row sm:gap-6" >
110110 { partition ( customization . footer . groups , FOOTER_COLUMNS ) . map (
111111 ( column , columnIndex ) => (
112112 < div
0 commit comments