Changing saburly images first draft, stylistic changes
This commit is contained in:
@@ -7,7 +7,7 @@ const Card = ({ ...props }) => (
|
||||
<article className="h-full w-full rounded overflow-hidden shadow bg-white border-bottom-saburly hover:shadow-md">
|
||||
<Link
|
||||
to={props.url}
|
||||
className="no-underline saburly-transition hover:opacity-50"
|
||||
className="pointer no-underline saburly-transition hover:opacity-50"
|
||||
>
|
||||
{props.image ? (
|
||||
<img className="w-full" src={props.image.src} />
|
||||
|
||||
Reference in New Issue
Block a user