Add typewriter library, restructure and design
This commit is contained in:
@@ -27,7 +27,7 @@ const IntroDefault = ({ ...props }) => (
|
||||
{props.text && (
|
||||
<p
|
||||
className={`${props.light ? headlineDark : ''}
|
||||
font-light text-black-light leading-normal`}
|
||||
font-light text-black-light text-lg leading-normal`}
|
||||
>
|
||||
{props.text}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user