Services page structure

This commit is contained in:
Moris Zen
2018-07-07 00:28:15 +02:00
parent 81ab174b02
commit 24eb52048f
3 changed files with 15 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import ImgSprint from '../images/wow-we-did-design-sprint-remotely.png'
const Card = ({ ...props }) => (
<article className="h-full w-full rounded overflow-hidden shadow-md hover:shadow-lg">
<Link to={props.url}>
<Link to={props.url}>
{props.image ? (
<img className="w-full" src={props.image.src} />
) : (