Skip to content

Commit bc71074

Browse files
committed
.
1 parent 94d7319 commit bc71074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(default)/(home)/landing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function Landing() {
5252
align: "start",
5353
loop: true,
5454
}}
55-
className="w-full pl-6 pr-2 md:pr-0"
55+
className="w-full pl-6 pr-2 md:pr-0" /* some magic padding */
5656
>
5757
<CarouselContent className="w-full">
5858
{landings.map((landing, index) => (

0 commit comments

Comments
 (0)