Add typewriter library, restructure and design

This commit is contained in:
Moris Zen
2018-08-24 00:08:54 +02:00
parent 2ba9fe23fd
commit bd3d3724da
19 changed files with 482 additions and 78 deletions

View File

@@ -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>