diff --git a/src/components/WorkStyle.js b/src/components/WorkStyle.js index f055925..d335a16 100644 --- a/src/components/WorkStyle.js +++ b/src/components/WorkStyle.js @@ -11,11 +11,6 @@ import UnitIntegration from '../images/unit-and-integration-testing.svg' const WorkStyle = ({ ...props }) => (
- -
diff --git a/src/pages/about.js b/src/pages/about.js index 40bb759..8c52305 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -7,8 +7,8 @@ const AboutPage = () => (
diff --git a/src/pages/index.js b/src/pages/index.js index be7691a..7dd7e9e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -50,25 +50,25 @@ const IndexPage = ({ ...props }) => ( - - + +
)