Skip to content

Commit 49cad08

Browse files
committed
.
1 parent 9f199f2 commit 49cad08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

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

6868

6969

70-
<div className="fixed flex flex-row gap-3 p-6 z-20 flex-wrap justify-between md:justify-start">
70+
<div className="fixed flex flex-row gap-3 p-6 z-20 flex-wrap w-full justify-between md:w-fit md:justify-start">
7171

7272
<Button asChild className="bg-background text-foreground hover:bg-white group">
7373
<Link href="/" className="select-none">

0 commit comments

Comments
 (0)