disable eslint - new colors, and slimmer buttons/inputs??

This commit is contained in:
Milo Schwartz
2024-11-22 22:09:40 -05:00
parent bf04deb038
commit 5388c5d5b4
20 changed files with 788 additions and 553 deletions

View File

@@ -116,7 +116,7 @@ export default async function ResourceLayout(props: ResourceLayoutProps) {
sidebarNavItems={sidebarNavItems}
limitWidth={false}
>
<div className="mb-8">
<div className="mb-8 lg:max-w-2xl">
<ResourceInfoBox />
</div>
{children}