Skip to content

Commit

Permalink
fix: mx-auto of watch-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Dec 21, 2024
1 parent 15c0235 commit 392bf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/watch-demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Watch a quick tour of all Langfuse features: Open Source LLM Obser
import { WatchDemoPage } from "@/components/WatchDemoPage";
import { HomeSection } from "@/components/home/components/HomeSection";

<div className="max-w-7xl pt-10">
<div className="max-w-7xl pt-10 mx-auto">
<WatchDemoPage />

## Learn More
Expand Down

0 comments on commit 392bf3f

Please sign in to comment.