zurda / hangman-films

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

Feature responsive design #30

Closed thadeucity closed 3 years ago

thadeucity commented 3 years ago

I made 3 updates,

The first and most "complicated" one, Title Wrapping: When title is too long it will wrap to the next line

The responsive CSS to adjust the interface according to the width of the screen

And finally I used a more discreet box-shadow to follow the Material Design theme of the rest of the App.

Solving issue #25