pandeyganesha / digit-dare

https://pandeyganesha.github.io/digit-dare/
MIT License
3 stars 7 forks source link

Make mobile responsive #14

Open LinhDao01 opened 3 days ago

LinhDao01 commented 3 days ago

Hi, I do some change in css file to make the game responsive on mobile devices. Can you check and tell me what else I need to change? If nothing needs to be change, please merge my branch with your. Thanks.

pandeyganesha commented 3 days ago

@LinhDao01 There are some improvements that you need to make.

  1. The restart button does not align to center horizontally on smaller screens.
  2. please reduce the spacing between the boxes on smaller screen and increase the size of the box little bit more.
  3. Theme change button is not working properly on small screens, the black theme does not cover the whole screen, only partially. Please FIx that too. Example on ipad mini
  4. The text inside the box should be properly padded from the box.
  5. Also please sync your fork with our latest commits.
  6. Also make sure a keyboard pops up on mobile screens to enter the numbers else it wont be playable on them.
LinhDao01 commented 3 days ago

Ok. I will fix that.