Text and style changes

This commit is contained in:
Moris Zen
2018-07-09 13:39:50 +02:00
parent ea8a381e0d
commit 723712b4a8
6 changed files with 19 additions and 16 deletions

View File

@@ -79,11 +79,11 @@ const IndexPage = ({ ...props }) => (
</div>
</section>
<section className="container mx-auto text-center p-4 my-12">
<section className="container mx-auto max-w-lg text-center p-4 my-12">
<SectionIntro
intro="Clients"
headline="With ambitious projects comes great responsibility"
text="We think big, design smart and develop fast for teams of various sizes. We have helped some of the worlds leading enterprises and businesses bring ideas to life and were really interested in hearing what we can help you with"
text="We think big, design smart and develop fast. We have helped organizations of various sizes bring life to ideas and existing products. We're now really interested in hearing how we can help you"
/>
<div className="p-4 md:flex items-center max-w-full justify-center">
<img
@@ -119,7 +119,7 @@ const IndexPage = ({ ...props }) => (
<section className="container mx-auto text-center p-4">
<SectionIntro
intro="Blog & Social Media"
headline="But occasionally we find the time to have fun and publish stuff"
headline="Occasionally we find the time to have fun and publish"
/>
<div className="container mx-auto p-4 w-full md:flex md:flex-wrap items-stretch w-full">
{props.data.allWordpressPost.edges.map(({ node }) => (