Updating all illustrations on first page and design changes

This commit is contained in:
Moris Zen
2018-08-29 18:20:16 +02:00
parent 90c05a76c2
commit c652122447
7 changed files with 1048 additions and 280 deletions

View File

@@ -3,7 +3,7 @@ import Link from 'gatsby-link'
const InfoBox = ({ ...props }) => (
<div className={`${props.classes}`}>
<h2 className="text-black text-3xl my-2">{props.headline}</h2>
<h2 className="text-black my-2">{props.headline}</h2>
<p className="text-black-light leading-normal text-lg font-light">
{props.text}
</p>

View File

@@ -17,12 +17,12 @@ const IntroDefault = ({ ...props }) => (
</h3>
)}
{props.headline && (
<h1
<h2
className={`${props.light ? headlineDark : ''}
text-black pt-1 pb-2`}
>
{props.headline}
</h1>
</h2>
)}
{props.text && (
<p