Make the content width a bit smaller

This commit is contained in:
Tat Dat Duong
2025-03-07 15:32:03 +01:00
parent 13240c7c26
commit 553412e863
5 changed files with 7 additions and 7 deletions

View File

@@ -320,7 +320,7 @@ export default function AccommodationsList({
align: "start",
loop: true,
}}
className="w-full sm:max-w-sm md:max-w-2xl lg:max-w-3xl"
className="w-full sm:max-w-sm md:max-w-3xl lg:max-w-3xl"
>
<CarouselContent>
{accommodations.map((accommodation) => (