Gatsby: Default gatsby-theme-blog avatar is squished on mobile

Created on 31 Oct 2019  路  3Comments  路  Source: gatsbyjs/gatsby

Description

The default gatsby-theme-blog avatar isn't responsive.

Steps to reproduce

npx gatsby new my-themed-blog https://github.com/gatsbyjs/gatsby-starter-blog-theme
cd my-themed-blog
npm run develop

Open http://localhost:8000 and view default avatar on small screen sizes.

Example project: https://github.com/trevordmiller/trevordmiller.github.io

Expected result

Avatar stays a circle on any screen width.

Actual result

On smaller screen sizes the avatar turns into an oval instead of a circle (it gets squished horizontally).

image

Environment

Run gatsby info --clipboard in your project directory and paste the output here.

  System:
    OS: macOS 10.14.6
    CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
    Shell: 3.2.57 - /bin/bash
  Binaries:
    Node: 12.13.0 - ~/.nvm/versions/node/v12.13.0/bin/node
    npm: 6.12.0 - ~/.nvm/versions/node/v12.13.0/bin/npm
  Languages:
    Python: 2.7.10 - /usr/bin/python
  Browsers:
    Safari: 13.0.3
  npmPackages:
    gatsby: ^2.17.6 => 2.17.6
    gatsby-theme-blog: ^1.1.11 => 1.1.11
good first issue help wanted community assigned themes

All 3 comments

We'd appreciate a PR to fix that!

@trevordmiller are you interested in fixing this issue? If not, could I try fixing it?

@Qovaros985 Go for it!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

benstr picture benstr  路  3Comments

rossPatton picture rossPatton  路  3Comments

ghost picture ghost  路  3Comments

dustinhorton picture dustinhorton  路  3Comments

ferMartz picture ferMartz  路  3Comments