We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352147c commit 5990e78Copy full SHA for 5990e78
app/layout.tsx
@@ -67,7 +67,7 @@ export default function RootLayout({
67
68
69
70
- <div className="fixed flex flex-row gap-3 m-6 z-20 flex-wrap w-full justify-between md:w-fit md:justify-start">
+ <div className="fixed flex flex-row gap-3 p-6 z-20 flex-wrap w-full justify-between md:w-fit md:justify-start">
71
72
<Button asChild className="bg-background text-foreground hover:bg-white group">
73
<Link href="/" className="select-none">
0 commit comments