We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d7319 commit bc71074Copy full SHA for bc71074
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 pr-2 md:pr-0"
+ className="w-full pl-6 pr-2 md:pr-0" /* some magic padding */
56
>
57
<CarouselContent className="w-full">
58
{landings.map((landing, index) => (
0 commit comments