Changing saburly images first draft, stylistic changes

This commit is contained in:
Moris Zen
2018-08-30 14:18:59 +02:00
parent d7ac0b5a96
commit a8a0568ced
11 changed files with 12 additions and 13 deletions

View File

@@ -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} />

View File

@@ -29,7 +29,7 @@ class PageIntro extends Component {
/>
</svg>
<div
className={`relative container mx-auto items-center flex lg:flex-row flex-col ${
className={`relative container mx-auto items-center flex lg:flex-row justify-between flex-col ${
this.props.reversed ? 'flex-col-reverse' : ''
} p-4`}
>