itaditya / trick-or-treat-game

Play it for free here
https://trick-or-treat.netlify.com/
16 stars 17 forks source link

Increase mobile width breakpoint to 600px #47

Closed rajat2502 closed 4 years ago

rajat2502 commented 4 years ago

The Mobile view width is 480px right now which is less than the width of most of the standard mobile phones so changing it to 600px will make it responsive to a wide range of mobile phones.

itaditya commented 4 years ago

480px is used as width breakpoint not a height breakpoint. Are you talking about width only?

rajat2502 commented 4 years ago

fixed that

itaditya commented 4 years ago

@rajat2502 can you make a PR for this. Make sure to update all the places where breakpoint 480px is used.

rajat2502 commented 4 years ago

Ok, I will work on it.