File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const ProjectLinks = () => {
4141 { projectLinks . map ( ( item ) => (
4242 < CarouselItem
4343 key = { item . label + item . projectlink }
44- className = "flex-center mx-3 w-full basis-8/12 bg-[#ffdada] pl-0 pt-3 md:basis-1/3 lg:basis-1/4"
44+ className = "flex-center mx-3 w-full basis-8/12 rounded-md bg-[#ffdada] pl-0 pt-3 md:basis-1/3 lg:basis-1/4"
4545 >
4646 < div className = "flex-center max-w-40 flex-col gap-3" >
4747 < Link
@@ -51,8 +51,8 @@ const ProjectLinks = () => {
5151 < div >
5252 { item . label }
5353 < p className = "mt-[2px]" > { item . type } </ p >
54- < div className = "paragraph-semibold project-hover-shadow absolute inset-x-0 top-[-40px] flex items-end justify-center bg-primary-500 p-[5px] text-[#f8f8ff] opacity-0 duration-300 group-hover:opacity-100 max-md:hidden" >
55- Code
54+ < div className = "paragraph-semibold project-hover-shadow absolute inset-x-0 top-[45px] z-50 flex items-end justify-center bg-primary-500 p-[5px] text-[#f8f8ff] opacity-0 duration-300 group-hover:opacity-100 max-md:hidden" >
55+ Cod
5656 </ div >
5757 </ div >
5858 </ Link >
You can’t perform that action at this time.
0 commit comments