diff --git a/src/components/card/CardProjDownload.tsx b/src/components/card/CardProjDownload.tsx index 5167df9..2fe6dc5 100644 --- a/src/components/card/CardProjDownload.tsx +++ b/src/components/card/CardProjDownload.tsx @@ -24,6 +24,7 @@ export default function CardProjDownload(props: IProjDownload) { +
) } \ No newline at end of file diff --git a/src/components/card/card-proj-download.css b/src/components/card/card-proj-download.css index 248ceec..f9b3b18 100644 --- a/src/components/card/card-proj-download.css +++ b/src/components/card/card-proj-download.css @@ -7,6 +7,7 @@ margin-bottom: 27px; box-shadow: 0px 3px 0px 0px #EBDFD5; border-radius: 4px; + position: relative; } .card-proj-nodownload{ width: 309px; @@ -15,6 +16,7 @@ background-color: #f3f3f3; margin-bottom: 27px; border-radius: 4px; + position: relative; } .cpDown-bot{ display: flex;