add more resource columns and add org list to landing page for testing

This commit is contained in:
Milo Schwartz 2024-10-19 17:01:23 -04:00
parent 57ba84eb02
commit e40328aeb7
No known key found for this signature in database
5 changed files with 58 additions and 6 deletions

View file

@ -5,7 +5,7 @@ type AuthLayoutProps = {
export default async function AuthLayout({ children }: AuthLayoutProps) {
return (
<>
<div className="mt-32">
<div className="p-3 md:mt-32">
{children}
</div>
</>