prrockzed / chessed

Four Player Chess Game made using react js library in Javascript. Completed. You can PLAY!
https://prrockzed.github.io/chessed/
GNU General Public License v3.0
6 stars 0 forks source link

Responsiveness #2

Open prrockzed opened 2 days ago

prrockzed commented 2 days ago

Describe the bug The project, Chessed, isn't responsive. While it displays correctly on laptops and similar-sized screens, it doesn't render properly on phones or smaller devices.

To Reproduce

  1. Open the project on your phone.
  2. Alternatively, use the Inspect option in your browser and switch to a mobile view (e.g., using device emulation).

Expected behavior The project should display correctly across all screen sizes, ensuring a smooth and responsive user experience on phones, tablets, and desktops.

Screenshots

Screenshot 2024-11-16 at 3 48 02 PM Screenshot 2024-11-16 at 3 47 54 PM

Additional context This issue likely stems from CSS layout or media query problems. Updating the CSS to handle responsiveness should resolve the issue. This is not a logical bug but a visual/display problem.