fix stories
This commit is contained in:
@@ -3,9 +3,9 @@ import { Results2025 } from "@/components/pages/Results2025/Results2025";
|
||||
|
||||
export default function YearResults() {
|
||||
return (
|
||||
// <InProcess />
|
||||
<div className="flex flex-col md:max-lg:mt-[-120px] mt-[-100px]">
|
||||
<Results2025 />
|
||||
</div>
|
||||
<InProcess />
|
||||
// <div className="flex flex-col md:max-lg:mt-[-120px] mt-[-100px]">
|
||||
// <Results2025 />
|
||||
// </div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -121,7 +121,7 @@ export function StoriesModal({ startIndex = 0 }: { startIndex?: number }) {
|
||||
ref={videoRefs[index]}
|
||||
src={process.env.NEXT_PUBLIC_S3_BUCKET + video}
|
||||
poster={process.env.NEXT_PUBLIC_S3_BUCKET + preview}
|
||||
className="absolute inset-0 object-cover object-center lg:rounded-[0.833vw] md:max-lg:rounded-xl"
|
||||
className="absolute inset-0 object-cover object-center lg:rounded-[0.833vw] h-full md:max-lg:rounded-xl w-full"
|
||||
playsInline
|
||||
/>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user