aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/layout.tsx
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2023-12-11 10:26:13 -0500
committerSebastien Castiel <sebastien@castiel.me>2023-12-11 10:26:13 -0500
commit69fa008ea4e1a167e6076a69869388bf012d24b1 (patch)
tree673fe0d20df27c59292bec8df38cff1bffd41947 /src/app/groups/layout.tsx
parentc504a773384bdaeddf6080ce749ecd39e12b24e5 (diff)
Tiny adjustments
Diffstat (limited to 'src/app/groups/layout.tsx')
-rw-r--r--src/app/groups/layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/groups/layout.tsx b/src/app/groups/layout.tsx
index df7d39e..65aec0e 100644
--- a/src/app/groups/layout.tsx
+++ b/src/app/groups/layout.tsx
@@ -2,7 +2,7 @@ import { PropsWithChildren } from 'react'
export default function GroupsLayout({ children }: PropsWithChildren<{}>) {
return (
- <main className="flex-1 max-w-screen-md w-full mx-auto p-4">
+ <main className="flex-1 max-w-screen-md w-full mx-auto p-4 flex flex-col gap-2">
{children}
</main>
)