Berry: [Bug] website front-end need responsive improvements

Created on 27 Jan 2020  路  4Comments  路  Source: yarnpkg/berry

  • [x] I'd be willing to implement a fix

Describe the bug

Home hero does not fit in the screen

To Reproduce

Use iPhone 8 (馃槉) or some mobile device with small/medium screen

Screenshots

Screen Shot 2020-01-27 at 11 05 10 PM

Environment if relevant (please complete the following information):

  • OS: iOS, Android (Honor X8)

Additional context

There is some values for responsive at packages/gatsby/src/components/responsive.js

export const ifMobile = () => `@media (max-width: 760px)`;
export const ifDesktop = () => `@media (min-width: 761px)`;

I wonder whether this can be improved in order to work with multiple sizes. I was taking a look and this might need re-work, any insights is also welcome.

bug

Most helpful comment

That would be awesome 馃檹

All 4 comments

Yep the mobile home (and navigation menu) are not my the frontend work I'm the most proud of 馃槄

:) I am open to take it, almost never do front on open source.

That would be awesome 馃檹

I'll close this one as there's been a lot of improvements here and it should already be a much better experience 馃憤

Was this page helpful?
0 / 5 - 0 ratings