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

@@ -9,7 +9,12 @@ class Blog extends Component {
const data = this.props.data
return (
<main>
<PageIntro intro="Blog" headline="Occasionally we find the time to have fun and publish" sectionClasses="mb-16 lg:mb-4" />
<PageIntro
intro="Blog"
headline="We are busy creating great code"
text="but occasionally we find the time to have fun and publish"
sectionClasses="mb-16 lg:mb-4"
/>
<div className="container mx-auto p-4 w-full md:flex md:flex-wrap items-stretch w-full">
{data.allWordpressPost.edges.map(({ node }) => (
<div key={node.id} className="mt-4 md:w-1/2 p-2">