diff --git a/src/components/Card/Card.tsx b/src/components/Card/Card.tsx
index d3e8c67..0fa6f8a 100644
--- a/src/components/Card/Card.tsx
+++ b/src/components/Card/Card.tsx
@@ -140,7 +140,6 @@ const BoxImage = styled('div')`
padding: 15px;
margin: 15px;
flex-grow: 2;
- /* background: url(${Picture}); */
${BoxImg}
padding: 15px;
@media only screen and (max-width: 800px) {
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index e3d6689..2034407 100755
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -77,7 +77,7 @@ const IndexPage = ({ data }) => (
))}