Restructuring and styling services and index pages
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user