Add typewriter library, restructure and design
This commit is contained in:
@@ -3,8 +3,10 @@ import Link from 'gatsby-link'
|
||||
|
||||
const InfoBox = ({ ...props }) => (
|
||||
<div className={`${props.classes}`}>
|
||||
<h2 className="text-black font-medium">{props.headline}</h2>
|
||||
<p className="text-black-light leading-normal font-light">{props.text}</p>
|
||||
<h2 className="text-black text-3xl my-2">{props.headline}</h2>
|
||||
<p className="text-black-light leading-normal text-lg font-light">
|
||||
{props.text}
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user