Text and style changes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user