Restructuring and styling services and index pages

This commit is contained in:
Moris Zen
2018-08-08 18:10:40 +02:00
parent 53e87a903b
commit 955b05667e
12 changed files with 419 additions and 145 deletions

View File

@@ -4,7 +4,7 @@ import Link from 'gatsby-link'
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">
<article className="h-full w-full rounded overflow-hidden bg-white border-bottom-saburly hover:shadow-md">
<Link to={props.url}>
{props.image ? (
<img className="w-full" src={props.image.src} />