Tweak insights spacing

This commit is contained in:
Sam Becker 2025-02-11 18:15:05 -06:00
parent a174654297
commit 4af7ac6b13

View File

@ -54,11 +54,11 @@ export default function AdminAppInsightsClient({
return (
<div className={clsx(
'flex flex-col items-center',
'mt-2 mb-6',
'flex flex-col items-center w-full',
'mt-2 mb-1',
)}>
<div className={clsx(
'w-[clamp(400px,80%,1000px)]',
'w-full sm:w-[80%]',
'space-y-4 md:space-y-6',
)}>
{renderTitle('Code Observability')}