Fix overflow, add footer max-w

This commit is contained in:
2025-08-11 16:18:46 +09:30
parent 321d776d0d
commit b9d6b959dd
2 changed files with 5 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ const tracks = (
<div class="flex h-48 w-full items-center justify-center">
<ImageCarousel
images={imagesForCTAArray}
className="absolute -z-40 h-full w-full"
className="absolute -z-40 h-full w-full overflow-hidden"
foreground={true}
foregroundColour="bg-primary"
foregroundOpacity="opacity-75 dark:opacity-25"
@@ -206,7 +206,7 @@ const tracks = (
<div class="flex h-64 w-full items-center justify-center">
<ImageCarousel
images={imagesForCTAArray}
className="absolute -z-40 h-full w-full"
className="absolute -z-40 h-full w-full overflow-hidden"
foreground={true}
foregroundColour="bg-primary"
foregroundOpacity="opacity-50 dark:opacity-25"