This commit is contained in:
2025-12-04 16:28:41 +05:00
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -12,9 +12,9 @@ const Results2025 = dynamic(
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