Skip to content

Commit

Permalink
update: prev edition video spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavvraja committed Nov 28, 2024
1 parent a96a462 commit d12059b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/common/container-scroll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function PreviousEdition() {
width="100%"
height="450"
src="https://www.youtube.com/embed/NCWwTsAjiys?si=xBkmPtQEYQl_tEIX"
className="md:h-[450px] h-[200px]"
className="md:h-[450px] h-[250px]"
></iframe>
</ContainerScroll>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/ui/container-scroll-animation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const ContainerScroll = ({

return (
<div
className="h-[45rem] md:h-[80rem] flex items-center justify-center relative p-2 md:px-20"
className="h-[50rem] md:h-[80rem] flex items-center justify-center relative md:px-20 -mb-52 -mt-28 xl:mb-4 "
ref={containerRef}
>
<div
Expand Down Expand Up @@ -95,7 +95,7 @@ export const Card = ({
boxShadow:
"2px 2px #0000004d, 4px 2px 5px #0000004a, 9px 9px 9px #00000042, 12px 21px 12px #00000026, 15px 37px 15px #0000000a, 17px 58px 17px #00000003",
}}
className="max-w-5xl -mt-14 lg:mb-10 mb-5 lg:mt-0 mx-auto md:h-fit h-[200px] w-full border-[#6C6C6C] p-2 md:p-4 bg-[#222222] rounded-[16px] shadow-2xl"
className="max-w-5xl -mt-14 lg:mb-10 mb-5 lg:mt-0 mx-auto md:h-fit h-[250px] w-full border-[#6C6C6C] p-2 md:p-4 bg-[#222222] rounded-[16px] shadow-2xl"
>
<div className=" h-full w-full overflow-hidden rounded-2xl bg-gray-100 dark:bg-zinc-900 md:rounded-[16px] md:p-4 ">
{children}
Expand Down

0 comments on commit d12059b

Please sign in to comment.