수정
This commit is contained in:
@@ -74,7 +74,7 @@ export function HeroBanner() {
|
||||
onMouseLeave={() => setIsHovered(false)}
|
||||
aria-roledescription="carousel"
|
||||
>
|
||||
<div className="relative h-56 sm:h-72 md:h-[420px]">
|
||||
<div className="relative h-56 sm:h-72 md:h-[264px]">
|
||||
<div
|
||||
className="flex h-full w-full transition-transform duration-500 ease-out"
|
||||
style={{ transform: `translate3d(${translatePercent}%, 0, 0)`, width: `${numSlides * 100}%` }}
|
||||
|
||||
Reference in New Issue
Block a user