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} />
|
||||
|
||||
@@ -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`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user