diff --git a/src/components/PageIntro.js b/src/components/PageIntro.js index 6addd35..894b062 100644 --- a/src/components/PageIntro.js +++ b/src/components/PageIntro.js @@ -39,7 +39,7 @@ class PageIntro extends Component { header h2Classes="text-4xl lg:mb-2 md:text-5xl" intro={this.props.intro} - classes={`md:p-8 lg:text-left lg:max-w-sm content-center ${ + classes={`p-4 lg:text-left lg:max-w-sm content-center ${ this.props.sectionClasses }`} textClasses="font-medium opacity-80" diff --git a/src/pages/about.js b/src/pages/about.js index fa87ae5..88cd07d 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -28,11 +28,11 @@ const AboutPage = () => ( headline="We know software" text="Saburly was founded by senior tech leads that understand what it takes to create modern digital solutions. We have managed large software development teams for successful companies in the past and are now recruiting and mentoring the best talents in the industry for Saburly." image={IntroImage} - imgClasses="border-white rounded-lg opacity-70 hover:opacity-100 saburly-transition -mb-12" + imgClasses="border-white rounded-lg opacity-70 hover:opacity-100 -mb-12" /> -
+
( diff --git a/src/pages/index.js b/src/pages/index.js index f2a7e43..3982cc4 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -33,7 +33,7 @@ const IndexPage = ({ ...props }) => ( image={ImgIntro} imgClasses="-mb-20 p-2 md:p-8" > -

+

We{' '} (

-
+
(
diff --git a/src/templates/post-default.js b/src/templates/post-default.js index 30c0188..222bdc0 100644 --- a/src/templates/post-default.js +++ b/src/templates/post-default.js @@ -27,7 +27,6 @@ class PostDefault extends Component { />

Specific Post - {data.wordpressPost.title}

-

Slug - {data.wordpressPost.slug}