Changes in font, illustrations and various design tweaks

This commit is contained in:
Moris Zen
2018-08-31 02:29:46 +02:00
parent d6f21c567e
commit d9aa8c404b
12 changed files with 55 additions and 30 deletions

View File

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