Changes in font, illustrations and various design tweaks
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user