Shrink sidebar when centered

This commit is contained in:
Sam Becker 2025-03-12 09:36:23 -05:00
parent 0ea89d7858
commit 0849450210

View File

@ -51,6 +51,7 @@ export default function SiteGrid({
{contentSide &&
<div className={clsx(
'col-span-1 md:col-span-3',
'3xl:max-w-[260px]',
sideFirstOnMobile && 'order-1 md:order-none',
sideHiddenOnMobile && 'hidden md:block',
)}>