We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823f851 commit 94d7319Copy full SHA for 94d7319
app/(default)/(home)/landing.tsx
@@ -52,7 +52,7 @@ export function Landing() {
52
align: "start",
53
loop: true,
54
}}
55
- className="w-full pl-6"
+ className="w-full pl-6 pr-2 md:pr-0"
56
>
57
<CarouselContent className="w-full">
58
{landings.map((landing, index) => (
0 commit comments