From d2dba49158e03df6bc01186537e4b1a950c69671 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 20 Sep 2018 18:33:32 +0200 Subject: [PATCH] project image style fixes --- src/components/molecules/ProjectImage.jsx | 3 +- .../molecules/ProjectImage.module.scss | 4 +-- src/pages/index.module.scss | 30 +++++++++++++------ 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/src/components/molecules/ProjectImage.jsx b/src/components/molecules/ProjectImage.jsx index f0dc7fa..c6f822f 100644 --- a/src/components/molecules/ProjectImage.jsx +++ b/src/components/molecules/ProjectImage.jsx @@ -6,8 +6,7 @@ import styles from './ProjectImage.module.scss' const ProjectImage = ({ fluid, alt }) => (