Various design improvements

This commit is contained in:
Moris Zen
2018-08-27 15:24:23 +02:00
parent bd3d3724da
commit 7f0b27dac4
6 changed files with 43 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ const IndexPage = ({ ...props }) => (
<h2 className="text-black pt-1 pb-2">
We{' '}
<Typed
strings={['discover', 'code', 'design', 'maintain']}
strings={['imagine', 'develop', 'design', 'maintain']}
typeSpeed={100}
backSpeed={50}
backDelay={3000}
@@ -112,7 +112,7 @@ const IndexPage = ({ ...props }) => (
</section>
<section className="text-center p-8 relative bg-saburly-lighter">
<SectionIntro headline="Occasionally we find the time to publish" />
<SectionIntro headline="Occasionally we have fun & publish" />
<div className="container mx-auto w-full md:flex md:flex-wrap items-stretch w-full">
{props.data.allWordpressPost.edges.map(({ node }) => (
<div key={node.id} className="md:w-1/2 p-2">