File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<div class =" px-4 py-4 sm:px-6 lg:px-8" >
5
5
<livewire:genres .show-movie-genre :genreId =" $genreId" />
6
+ {{-- <livewire:genres.show-movie-genre :genreId="$genreId" /> --}}
6
7
</div >
7
8
</x-app-layout >
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ public function loadTrendingMoviesAndSeries()
53
53
this.currentSlideIndex = (this.currentSlideIndex - 1 + this.slides.length) % this.slides.length;
54
54
}
55
55
}" x-init =" setInterval(() => previous(), 8000)" class =" absolute inset-0" >
56
+
57
+ <!-- Background Gradient -->
56
58
<div class =" relative md:min-h-screen min-h-[70vh] inset-0 z-20 bg-gradient-to-b from-black via-transparent to-gray-950" ></div >
57
59
58
60
<!-- Slides -->
@@ -63,7 +65,7 @@ public function loadTrendingMoviesAndSeries()
63
65
<!-- Title and description -->
64
66
<div class =" flex items-end justify-start md:min-h-[90vh] min-h-[80vh] mx-auto max-w-7xl" >
65
67
<div class =" z-30 p-4 text-white" >
66
- <div class =" space-y-2" >
68
+ <div class =" space-y-2 max-w-[80%] " >
67
69
<h2 class =" text-5xl font-medium md:font-bold md:text-7xl" x-text =" slide.title"
68
70
x-bind:aria-describedby =" 'slide' + (index + 1) + 'Title'" ></h2 >
69
71
You can’t perform that action at this time.
0 commit comments