Skip to content

Commit

Permalink
Update bio photo on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Becca Bailey committed Jul 31, 2019
1 parent cd2d99e commit 9e114fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gatsby-theme-writer/src/components/bio.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ const Bio = () => {
paddingBottom: 3,
marginBottom: 3,
alignItems: "center",
flexDirection: ["column", "row"],
}}
>
{data.avatar && (
<Image
sx={{
borderRadius: "50%",
marginRight: 3,
minWidth: [100, 120],
maxHeight: [100, 120],
minWidth: [150, 120],
minHeight: [150, 120],
}}
fixed={data.avatar.childImageSharp.fixed}
/>
Expand Down

0 comments on commit 9e114fb

Please sign in to comment.