Skip to content

Commit 6eae954

Browse files
committed
.
1 parent 793275f commit 6eae954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/(default)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function RootLayout({
8686

8787
{children}
8888

89-
<footer className="w-full px-6 mt-24 mb-12 gap-6 flex flex-col items-center select-none">
89+
<footer className="w-full px-6 my-24 gap-6 flex flex-col items-center select-none">
9090

9191
<div className="w-full max-w-7xl flex gap-6 flex-wrap">
9292
{links.map((link) => (

0 commit comments

Comments
 (0)