fix stories

This commit is contained in:
2025-12-04 14:42:10 +05:00
parent c237fbcd96
commit b9fa640d73
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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>
);
}
+1 -1
View File
@@ -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