Various design improvements
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user