Changing saburly images first draft, stylistic changes
This commit is contained in:
@@ -11,11 +11,6 @@ class Blog extends Component {
|
||||
const data = this.props.data
|
||||
return (
|
||||
<PageTransition>
|
||||
<PageIntro
|
||||
headline="Bugs keep us busy"
|
||||
text="but occasionally we have fun & 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