diff --git a/src/components/Bio.js b/src/components/Bio.js index d2cdbc9..87173f0 100644 --- a/src/components/Bio.js +++ b/src/components/Bio.js @@ -10,8 +10,9 @@ import { rhythm } from '../utils/typography' class Bio extends React.Component { render() { return ( -
@@ -19,19 +20,20 @@ class Bio extends React.Component { src={profilePic} alt={`Kyle Mathews`} style={{ - float: 'left', - marginRight: rhythm(1 / 4), + marginRight: rhythm(1 / 2), marginBottom: 0, width: rhythm(2), height: rhythm(2), }} /> - Written by Kyle Mathews who lives and works in San - Francisco building useful things.{' '} - - You should follow him on Twitter - -
++ Written by Kyle Mathews who lives and works in San + Francisco building useful things.{' '} + + You should follow him on Twitter + +
+ ) } }