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

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