Stylistic font changes and config

This commit is contained in:
Moris Zen
2018-09-05 21:51:30 +02:00
parent 290f3e4080
commit d65899a6ad
6 changed files with 42 additions and 19 deletions

View File

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