zurda / hangman-films

Hangman game: guess the film (movieDB API, Typescript, React)
https://hangman-films.netlify.app/
6 stars 6 forks source link

Improve mobile display #25

Closed zurda closed 3 years ago

zurda commented 3 years ago

Purpose

These next two display issues make the game harder to play on mobile:

(1) allow for movie title to wrap when it's too long for the container (2) display poster and description below one another on mobile (rather than next to each other, which looks good on desktop)

(1)

Screenshot 2020-10-14 at 01 17 23

(2)

Screenshot 2020-10-14 at 01 17 54
thadeucity commented 3 years ago

Can I work on that?

zurda commented 3 years ago

Of course, @thadeucity , go ahead, thanks for offering to help!

zurda commented 3 years ago

Looking a lot nicer on mobile, thanks @thadeucity ! 🙌