Shrink sidebar when centered
This commit is contained in:
parent
0ea89d7858
commit
0849450210
@ -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',
|
||||
)}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user